dev-python/treq: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:24:17 +0000 (07:24 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:38:21 +0000 (07:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/treq/treq-17.8.0.ebuild

index a9ad848cb792371aaabc832e2bbee5901e2b7e89..9e13678efb1d5aa310145877caad4bd9f12bf4ae 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
 
 DESCRIPTION="A requests-like API built on top of twisted.web's Agent"