dev-python/oslo-service: enable py3.9

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-12 03:32:25 +01:00
parent d3b0bbd451
commit d53d54a726

View File

@@ -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}]