summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 16:22:47 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 16:29:11 +0100
commit00fd34462df0c0adbb75f36dde9ab36ecb8282b7 (patch)
tree21b322dc5945e817f4479468ddf732cad22438af /dev-python/joblib
parentdev-python/jmespath: Remove py2 (diff)
downloadgentoo-00fd34462df0c0adbb75f36dde9ab36ecb8282b7.tar.gz
gentoo-00fd34462df0c0adbb75f36dde9ab36ecb8282b7.tar.bz2
gentoo-00fd34462df0c0adbb75f36dde9ab36ecb8282b7.zip
dev-python/joblib: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/joblib')
-rw-r--r--dev-python/joblib/joblib-0.12.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/joblib/joblib-0.12.2.ebuild b/dev-python/joblib/joblib-0.12.2.ebuild
index b146494cf10e..93796a110918 100644
--- a/dev-python/joblib/joblib-0.12.2.ebuild
+++ b/dev-python/joblib/joblib-0.12.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1