From: William Hubbs Date: Tue, 11 Feb 2020 18:30:47 +0000 (-0600) Subject: dev-python/django-auth-ldap: add python3_8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa4c9da309afe6ea47280c88347236cd1dfddfe5;p=gentoo.git dev-python/django-auth-ldap: add python3_8 Signed-off-by: William Hubbs --- 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