Gentoo Archives: gentoo-catalyst

From: Mike Frysinger <vapier@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH] update python requirements to 2.7
Date: Tue, 06 Oct 2015 02:36:14
Message-Id: 1444098969-12445-1-git-send-email-vapier@gentoo.org
1 We don't test older versions anywhere anymore as it's not in the tree.
2 ---
3 README | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/README b/README
7 index 0a0373c..46a99e8 100644
8 --- a/README
9 +++ b/README
10 @@ -19,7 +19,7 @@ simple and reproducable manner. Use at your own risk.
11 Requirements
12 =======================
13
14 -- Python 2.4 or greater (may still work with 2.3)
15 +- Python 2.7 or greater (may still work with 2.6)
16 - An ebuild repository snapshot (or an ebuild tree to create one)
17 - A generic stage3 tarball for your architecture
18 - shash for digest support
19 --
20 2.5.2

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH] update python requirements to 2.7 Brian Dolbec <dolsen@g.o>