From bd837b18a936c412776ab793e5a2382bd35926db Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 15 Mar 2022 02:20:51 +0100 Subject: [PATCH] dev-python/oslo-cache: enable py3.9 Signed-off-by: Alessandro Barbieri --- dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild index 0fc7493efb..dc20c60201 100644 --- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild +++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 @@ -13,7 +13,7 @@ MY_PN=${PN/-/.} DESCRIPTION="Oslo Caching around dogpile.cache" HOMEPAGE=" https://opendev.org/openstack/oslo.cache - https://pypi.org/project/oslo.cache + https://pypi.org/project/oslo.cache/ https://github.com/openstack/oslo.cache " SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" @@ -32,8 +32,8 @@ RDEPEND=" >=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}] >=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}] " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" test? ( >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]