summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 11:09:32 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 11:14:33 +0200
commit6e748c1271fb72620394ba7c2a65bde1aff2dec2 (patch)
tree60f584273234fb43807b65794e0f4cf86e8b0e1c /dev-python/python-ldap
parentdev-python/python-gflags: Remove py2.7 (diff)
downloadgentoo-6e748c1271fb72620394ba7c2a65bde1aff2dec2.tar.gz
gentoo-6e748c1271fb72620394ba7c2a65bde1aff2dec2.tar.bz2
gentoo-6e748c1271fb72620394ba7c2a65bde1aff2dec2.zip
dev-python/python-ldap: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-ldap')
-rw-r--r--dev-python/python-ldap/python-ldap-3.2.0.ebuild2
-rw-r--r--dev-python/python-ldap/python-ldap-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-ldap/python-ldap-3.2.0.ebuild b/dev-python/python-ldap/python-ldap-3.2.0.ebuild
index be94a062dea5..b72354b393af 100644
--- a/dev-python/python-ldap/python-ldap-3.2.0.ebuild
+++ b/dev-python/python-ldap/python-ldap-3.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1
diff --git a/dev-python/python-ldap/python-ldap-9999.ebuild b/dev-python/python-ldap/python-ldap-9999.ebuild
index 108ef92cab3a..7d0e119b94bd 100644
--- a/dev-python/python-ldap/python-ldap-9999.ebuild
+++ b/dev-python/python-ldap/python-ldap-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
inherit distutils-r1