diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:59:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:28 +0100 |
commit | 84ae6eabbb0340741f27ab50d72c6936e25a14a1 (patch) | |
tree | 5daaa3c67f50d541c2ebe80f0bce334bc19a8947 /dev-python/www-authenticate | |
parent | dev-python/wsaccel: Remove py2 (diff) | |
download | gentoo-84ae6eabbb0340741f27ab50d72c6936e25a14a1.tar.gz gentoo-84ae6eabbb0340741f27ab50d72c6936e25a14a1.tar.bz2 gentoo-84ae6eabbb0340741f27ab50d72c6936e25a14a1.zip |
dev-python/www-authenticate: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/www-authenticate')
-rw-r--r-- | dev-python/www-authenticate/www-authenticate-0.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild index bea1084fbed8..d56aaf333fe8 100644 --- a/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild +++ b/dev-python/www-authenticate/www-authenticate-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="WWW-Authenticate header parser" |