dev-python/distributed: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 06:13:46 +0000 (07:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 07:47:40 +0000 (08:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/distributed/distributed-1.18.0-r1.ebuild
dev-python/distributed/distributed-1.18.0.ebuild

index 48b6bb8e415e29c41b059d9cec70e831780742ef..8a2721f904a61e504ac37873f4640884c0a02c26 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index f085b6ea7ff8260d329c7f86504474a4c09521be..201b8cd32d4ad35f32a06f2366bb353f4db5fe60 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1