diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-25 21:34:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-25 21:53:58 +0100 |
commit | d6ef2aff16931ee8cd8cf78e1a2be17b993abadd (patch) | |
tree | 952cd2a638b67b97053e68998b8afe6b19784f56 /dev-python/django-auth-ldap | |
parent | dev-python/django-auth-ldap: Remove old (diff) | |
download | gentoo-d6ef2aff16931ee8cd8cf78e1a2be17b993abadd.tar.gz gentoo-d6ef2aff16931ee8cd8cf78e1a2be17b993abadd.tar.bz2 gentoo-d6ef2aff16931ee8cd8cf78e1a2be17b993abadd.zip |
dev-python/django-auth-ldap: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-auth-ldap')
-rw-r--r-- | dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |