dev-python/httreplay: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:21:32 +0000 (15:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:24:20 +0000 (15:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/httreplay/httreplay-0.2.0.ebuild

index 242af0739e0c4111f199f95d776a1510bdd6c2d9..fc6e73aed555495e74438e540d90b16b508e31ab 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1