diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 10:49:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 11:36:12 +0200 |
commit | 4e9df43c4ed2d8db14b514f7d6a8ba7352ac87ea (patch) | |
tree | 630030fc698daa933b174249ebe68cb25db5c0dc /dev-python/httplib2 | |
parent | dev-python/greenlet: Remove python2 (diff) | |
download | gentoo-4e9df43c4ed2d8db14b514f7d6a8ba7352ac87ea.tar.gz gentoo-4e9df43c4ed2d8db14b514f7d6a8ba7352ac87ea.tar.bz2 gentoo-4e9df43c4ed2d8db14b514f7d6a8ba7352ac87ea.zip |
dev-python/httplib2: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httplib2')
-rw-r--r-- | dev-python/httplib2/httplib2-0.18.1-r1.ebuild (renamed from dev-python/httplib2/httplib2-0.18.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httplib2/httplib2-0.18.1.ebuild b/dev-python/httplib2/httplib2-0.18.1-r1.ebuild index d878ed1a9a7e..06b35e14ad09 100644 --- a/dev-python/httplib2/httplib2-0.18.1.ebuild +++ b/dev-python/httplib2/httplib2-0.18.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |