dev-python/joblib: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:22:47 +0000 (16:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:29:11 +0000 (16:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/joblib/joblib-0.12.2.ebuild

index b146494cf10e5babbb9a62d5ac3d5b72fb4d894a..93796a110918c8f7ea4d4aa9787d288a1be736f2 100644 (file)
@@ -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