dev-python/txaio: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:09:40 +0000 (07:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:34 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/txaio/txaio-2.7.1.ebuild
dev-python/txaio/txaio-2.9.0.ebuild

index 2557f0bbb7a91f37bfa12cbc2c332343f647cbec..237f82b5fc44b180227b9620830f9d3bbb16b9d8 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 6955208096ca9139f0b24f6549d4579f027e0fc0..62b4cbab2dc1c11762ea8f7aa808a9c42a6b7147 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