summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-08 23:36:40 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-09 02:04:50 -0500
commitdf9e2360544f5c6aa8ea14ceb37e4835d8827c10 (patch)
treec7c364ae27868ff954f03ed8307c3297e832b8a2 /dev-python/python-ldap
parentdev-python/python-ldap: fixing keywords in 9999 ebuild (diff)
downloadgentoo-df9e2360544f5c6aa8ea14ceb37e4835d8827c10.tar.gz
gentoo-df9e2360544f5c6aa8ea14ceb37e4835d8827c10.tar.bz2
gentoo-df9e2360544f5c6aa8ea14ceb37e4835d8827c10.zip
dev-python/python-ldap: 3.1.0-r1 adding py37
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-ldap')
-rw-r--r--dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild (renamed from dev-python/python-ldap/python-ldap-3.1.0.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/python-ldap/python-ldap-3.1.0.ebuild b/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild
index e6fc54dfaf90..c09259b9d5ec 100644
--- a/dev-python/python-ldap/python-ldap-3.1.0.ebuild
+++ b/dev-python/python-ldap/python-ldap-3.1.0-r1.ebuild
@@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
inherit distutils-r1