commit: d53d54a726f0ab67a4dc51f9c5e729c67d0b753a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 02:32:25 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 03:03:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d53d54a7
dev-python/oslo-service: enable py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/oslo-service/oslo-service-2.6.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/oslo-service/oslo-service-2.6.0.ebuild
b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
index f49d1976e..43defa22c 100644
--- a/dev-python/oslo-service/oslo-service-2.6.0.ebuild
+++ b/dev-python/oslo-service/oslo-service-2.6.0.ebuild
@@ -4,13 +4,13 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Library for running OpenStack services"
HOMEPAGE="
- https://pypi.org/project/oslo.service
+ https://pypi.org/project/oslo.service/
https://opendev.org/openstack/oslo.service
https://launchpad.net/oslo.service
"
@@ -20,7 +20,6 @@ S="${WORKDIR}/oslo.service-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
RDEPEND="
>=dev-python/webob-1.7.1[${PYTHON_USEDEP}]