dev-python/ryu: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:43:11 +0000 (06:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:59:30 +0000 (06:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ryu/ryu-4.26-r1.ebuild
dev-python/ryu/ryu-4.26.ebuild

index 06d5157312e808cf18ffa4eec70d8bd09a0dd37e..c30bfe165d703a230919ab02874be596a34934db 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,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 4c1a9d06b5071f9002b614839769b0f59e47b914..add2b410d1de056b9077235681580186b89c95e7 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