dev-python/ldappool: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:36:11 +0000 (11:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:32 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ldappool/ldappool-2.3.1.ebuild
dev-python/ldappool/ldappool-2.4.1.ebuild

index 583ca75de8cb97de93d4e52bf01f4c4278c1f5a8..6a13c4e3aa9a5c6cbde7196c4b0f17c18f604bc6 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
 
index 1fa5e4158fc99440ff7cb82f65f30b9636039cb5..d150e92eee950485ba653d320d583d5b2a8039ad 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,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1