diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:03:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:38 +0100 |
commit | 4bd71f84c47b77b80735cb31742489f37989d731 (patch) | |
tree | f6f6609f8a4840849df2bddc9ac6e16a24989cfd /dev-python/requests_download/requests_download-0.1.2.ebuild | |
parent | dev-python/namespace-repoze: Remove py2 (diff) | |
download | gentoo-4bd71f84c47b77b80735cb31742489f37989d731.tar.gz gentoo-4bd71f84c47b77b80735cb31742489f37989d731.tar.bz2 gentoo-4bd71f84c47b77b80735cb31742489f37989d731.zip |
dev-python/requests_download: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests_download/requests_download-0.1.2.ebuild')
-rw-r--r-- | dev-python/requests_download/requests_download-0.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests_download/requests_download-0.1.2.ebuild b/dev-python/requests_download/requests_download-0.1.2.ebuild index 5fbed4968872..a4eaf50913d5 100644 --- a/dev-python/requests_download/requests_download-0.1.2.ebuild +++ b/dev-python/requests_download/requests_download-0.1.2.ebuild @@ -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 |