dev-python/requests_download: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:03:01 +0000 (22:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 21:21:38 +0000 (22:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/requests_download/requests_download-0.1.2.ebuild

index 5fbed49688722c7ed146b7f1f159a18852e57980..a4eaf50913d52c6f8566a65daeee30adf6ed7c3a 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,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1