dev-python/xdis: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:59:52 +0000 (07:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:29 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/xdis/xdis-3.3.1.ebuild
dev-python/xdis/xdis-3.6.0.ebuild

index 580eeb1baf96d27a7d97245fdf01887a102606e2..bd3f3c0554f215accaf6347c593d29d7808f68c4 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
 
 inherit distutils-r1
 
index 52d5f330a6c5cf61e84f184646aaf85dedda2bc6..2e7b6918205fef348bf79f88d9b3bdfaae76e137 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
 
 inherit distutils-r1