diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-07-28 21:03:31 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-08-26 09:47:52 -0700 |
commit | c4e9d9261aaed38bfe658b99d4770686f1168eb0 (patch) | |
tree | 563bb26bb5a4e06593a125bc8d52d1da65f019c0 | |
parent | loopback is required, be sure to fail if it does (diff) | |
download | catalyst-c4e9d9261aaed38bfe658b99d4770686f1168eb0.tar.gz catalyst-c4e9d9261aaed38bfe658b99d4770686f1168eb0.tar.bz2 catalyst-c4e9d9261aaed38bfe658b99d4770686f1168eb0.zip |
README: Update Python dependency
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ simple and reproducable manner. Use at your own risk. Requirements ======================= -- Python 2.7 or greater (may still work with 2.6) +- Python 3.6 or greater - An ebuild repository snapshot (or an ebuild tree to create one) - A generic stage3 tarball for your architecture - shash for digest support |