From: Michał Górny Date: Thu, 6 Feb 2020 06:59:32 +0000 (+0100) Subject: dev-python/www-authenticate: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=84ae6eabbb0340741f27ab50d72c6936e25a14a1;p=gentoo.git dev-python/www-authenticate: Remove py2 Signed-off-by: Michał Górny --- 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"