dev-python/iocapture: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:32:03 +0000 (15:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:37:11 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/iocapture/iocapture-0.1.2-r1.ebuild
dev-python/iocapture/iocapture-0.1.2-r2.ebuild

index 23a082522173c760ae98b70bb4f6f3de6c8f3914..fd39e0ddb932ad5319f644e36fe3b666dfa22c22 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 5108a5a0bd275fb38546bed085c15e1621ee64ee..08544c952fb8771864519eb8813d8ae5bd12bc26 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1