dev-python/httpretty: Drop py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 09:58:03 +0000 (10:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 10:13:04 +0000 (11:13 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/httpretty/httpretty-0.8.14.ebuild
dev-python/httpretty/httpretty-0.9.6.ebuild

index dfc81e357feef62bfe6169b0066655d194df6e6a..4726db44fe1cb57608dc65e38974791a18f21577 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 6107ecbba7b8a3383997f0dfa94720ac41ffece0..4091c4be81ec1c896c87c9473df4287c90c773e1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1