dev-python/django-auth-ldap: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:34:16 +0000 (21:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Jan 2020 20:53:58 +0000 (21:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/django-auth-ldap/django-auth-ldap-1.7.0.ebuild

index c87198ee39f6dc904891d0406c613af5f791ed9f..9fa4f75ce8811fb16353f736e1a3ae84f8545fdc 100644 (file)
@@ -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