summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:59:32 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 08:08:28 +0100
commit84ae6eabbb0340741f27ab50d72c6936e25a14a1 (patch)
tree5daaa3c67f50d541c2ebe80f0bce334bc19a8947
parentdev-python/wsaccel: Remove py2 (diff)
downloadgentoo-84ae6eab.tar.gz
gentoo-84ae6eab.tar.bz2
gentoo-84ae6eab.zip
dev-python/www-authenticate: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/www-authenticate/www-authenticate-0.9.2.ebuild2
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"