From 0a84c25fdf54d39ebc503ed4d1e0af203088b88a Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 29 Mar 2022 22:42:00 +0200 Subject: [PATCH] dev-python/ldappool: enable py3.9 Signed-off-by: Alessandro Barbieri --- dev-python/ldappool/ldappool-3.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/ldappool/ldappool-3.0.0.ebuild b/dev-python/ldappool/ldappool-3.0.0.ebuild index cc465f4fd1..4396436bfb 100644 --- a/dev-python/ldappool/ldappool-3.0.0.ebuild +++ b/dev-python/ldappool/ldappool-3.0.0.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="A connection pool for python-ldap" HOMEPAGE=" - https://pypi.org/project/ldappool + https://pypi.org/project/ldappool/ https://opendev.org/openstack/ldappool https://launchpad.net/ldappool "