dev-python/vcrpy: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:52:14 +0000 (07:52 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:04 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/vcrpy/vcrpy-1.11.1.ebuild
dev-python/vcrpy/vcrpy-1.12.0.ebuild

index 5a8a6c820808741564b543ab9c24e6f77e5e5e26..f182ecabe7bc99f07c4b6830030ae8d6844e6d27 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 46c4ba6d5865fb68828fbdefc7b7a93174c34408..bcb7fd86c25a590bbd0b6b1e27516d662cd3527e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1