commit: bd837b18a936c412776ab793e5a2382bd35926db Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Tue Mar 15 01:20:51 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Tue Mar 15 01:26:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd837b18
dev-python/oslo-cache: enable py3.9 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> 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 0fc7493ef..dc20c6020 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}]