diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-10-14 08:09:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-10-14 08:09:25 +0200 |
commit | aec82c75679f279133de7dcffc6d55bf4ca83021 (patch) | |
tree | f89240e784fbd45504d1ecfe2189266f1d72319e | |
parent | dev-python/pexpect: enable python3.5 on v3.3 (diff) | |
download | gentoo-aec82c75679f279133de7dcffc6d55bf4ca83021.tar.gz gentoo-aec82c75679f279133de7dcffc6d55bf4ca83021.tar.bz2 gentoo-aec82c75679f279133de7dcffc6d55bf4ca83021.zip |
dev-python/setuptools: add python3.5 on v18.2
Enable python3.5 support on 18.2-r3 which has more keywords than
the newer versions.
-rw-r--r-- | dev-python/setuptools/setuptools-18.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-18.2-r3.ebuild b/dev-python/setuptools/setuptools-18.2-r3.ebuild index 87912e7c8362..1ddb628d9c4c 100644 --- a/dev-python/setuptools/setuptools-18.2-r3.ebuild +++ b/dev-python/setuptools/setuptools-18.2-r3.ebuild @@ -4,7 +4,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 |