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 "