diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:12:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 12:24:03 +0200 |
commit | 0b98cc0da1eea742c170655df272f351125f4fa0 (patch) | |
tree | 8b3d11b1635b45339f0b21bf0a22f45ed53b19a1 /dev-python/httpbin | |
parent | dev-python/pytest-httpbin: Remove python2 (diff) | |
download | gentoo-0b98cc0da1eea742c170655df272f351125f4fa0.tar.gz gentoo-0b98cc0da1eea742c170655df272f351125f4fa0.tar.bz2 gentoo-0b98cc0da1eea742c170655df272f351125f4fa0.zip |
dev-python/httpbin: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r-- | dev-python/httpbin/httpbin-0.7.0-r1.ebuild (renamed from dev-python/httpbin/httpbin-0.7.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpbin/httpbin-0.7.0.ebuild b/dev-python/httpbin/httpbin-0.7.0-r1.ebuild index 14b625e35c9a..873be95a1f5f 100644 --- a/dev-python/httpbin/httpbin-0.7.0.ebuild +++ b/dev-python/httpbin/httpbin-0.7.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |