summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2020-02-11 12:30:47 -0600
committerWilliam Hubbs <williamh@gentoo.org>2020-02-11 12:30:47 -0600
commitfa4c9da309afe6ea47280c88347236cd1dfddfe5 (patch)
tree84c1bd25b6fb4d7734d2fa083078184cad3093f7 /dev-python/django-auth-ldap
parentdev-python/djangorestframework: add python3_8 to 3.10.3 (diff)
downloadgentoo-fa4c9da309afe6ea47280c88347236cd1dfddfe5.tar.gz
gentoo-fa4c9da309afe6ea47280c88347236cd1dfddfe5.tar.bz2
gentoo-fa4c9da309afe6ea47280c88347236cd1dfddfe5.zip
dev-python/django-auth-ldap: add python3_8
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-python/django-auth-ldap')
-rw-r--r--dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild
index 2dcefcb72c1b..95854c0b2e21 100644
--- a/dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild
+++ b/dev-python/django-auth-ldap/django-auth-ldap-2.1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
inherit distutils-r1