Skip to content

Commit

Permalink
dev-python/os-client-config: Add test dep on dev-python/extras
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/923075
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 28, 2024
1 parent c17b02b commit 4948d1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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}]
Expand Down

0 comments on commit 4948d1f

Please sign in to comment.