diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-19 23:09:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-19 23:33:03 +0200 |
commit | f0ac3ed526f37095fe28aa3f9efc417c9909bcbd (patch) | |
tree | dd76bf571ed74e63da3097b3591aad82fa724aac /dev-python/geventhttpclient | |
parent | dev-python/python-fastimport: Remove python2 (diff) | |
download | gentoo-f0ac3ed526f37095fe28aa3f9efc417c9909bcbd.tar.gz gentoo-f0ac3ed526f37095fe28aa3f9efc417c9909bcbd.tar.bz2 gentoo-f0ac3ed526f37095fe28aa3f9efc417c9909bcbd.zip |
dev-python/geventhttpclient: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/geventhttpclient')
-rw-r--r-- | dev-python/geventhttpclient/geventhttpclient-1.4.4-r1.ebuild (renamed from dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild b/dev-python/geventhttpclient/geventhttpclient-1.4.4-r1.ebuild index 3cb77db1829c..826f195f3eee 100644 --- a/dev-python/geventhttpclient/geventhttpclient-1.4.4.ebuild +++ b/dev-python/geventhttpclient/geventhttpclient-1.4.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 |