commit: 4948d1f55d3dcdc82e31503a69cad4139a5d4a1b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jan 28 17:02:52 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jan 28 19:36:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4948d1f5
dev-python/os-client-config: Add test dep on dev-python/extras Closes: https://bugs.gentoo.org/923075 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild b/dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild index 04e12131b425..e5c7b30e9f8b 100644 --- a/dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild +++ b/dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi @@ -23,6 +23,7 @@ RDEPEND=" BDEPEND=" >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] test? ( + >=dev-python/extras-1.0.0[${PYTHON_USEDEP}] >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] >=dev-python/prometheus-client-0.4.2[${PYTHON_USEDEP}]