diff options
author | Sam James <sam@gentoo.org> | 2021-01-25 02:23:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-25 02:35:05 +0000 |
commit | 7925bdd256a6f5908917a58cea0fe3f958817e2f (patch) | |
tree | 1a8aebd52148006c8f00b56aad38cec3c64257ac /dev-python/django-auth-ldap | |
parent | dev-python/django-auth-ldap: update to 2.2.0 (diff) | |
download | gentoo-7925bdd256a6f5908917a58cea0fe3f958817e2f.tar.gz gentoo-7925bdd256a6f5908917a58cea0fe3f958817e2f.tar.bz2 gentoo-7925bdd256a6f5908917a58cea0fe3f958817e2f.zip |
dev-python/django-auth-ldap: +Python 3.9, -Python 3.6
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/django-auth-ldap')
-rw-r--r-- | dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild index 6389ba36615f..02b2c25aefb4 100644 --- a/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild +++ b/dev-python/django-auth-ldap/django-auth-ldap-2.2.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) + +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 |