From: Michał Górny Date: Sat, 25 Jan 2020 20:34:16 +0000 (+0100) Subject: dev-python/django-auth-ldap: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d6ef2aff16931ee8cd8cf78e1a2be17b993abadd;p=gentoo.git dev-python/django-auth-ldap: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild index c87198ee39f6..9fa4f75ce881 100644 --- a/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild +++ b/dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1