summaryrefslogtreecommitdiff
path: root/dev-python/setuptools
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-10-14 08:09:25 +0200
committerMichał Górny <mgorny@gentoo.org>2015-10-14 08:09:25 +0200
commitaec82c75679f279133de7dcffc6d55bf4ca83021 (patch)
treef89240e784fbd45504d1ecfe2189266f1d72319e /dev-python/setuptools
parent73a1cf9e4f2057f609f2eaf9db820bc70c870939 (diff)
downloadgentoo-aec82c75679f279133de7dcffc6d55bf4ca83021.tar.gz
gentoo-aec82c75679f279133de7dcffc6d55bf4ca83021.tar.xz
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.
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r--dev-python/setuptools/setuptools-18.2-r3.ebuild2
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 87912e7c836..1ddb628d9c4 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