summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-01-20 11:02:48 +0100
committerMichał Górny <mgorny@gentoo.org>2026-01-20 11:21:16 +0100
commit6036eec42251663cd8d7d8e106c58053cec14027 (patch)
tree3aa3db3994ea39398c671d0763962baba0e4d17e /dev-python
parent5bcb1ed56262443514b48144dff3970ae7e9abba (diff)
downloadgentoo-6036eec42251663cd8d7d8e106c58053cec14027.tar.gz
gentoo-6036eec42251663cd8d7d8e106c58053cec14027.tar.bz2
gentoo-6036eec42251663cd8d7d8e106c58053cec14027.zip
dev-python/tempest: Add missing test-RDEPEND
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/tempest/tempest-46.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/tempest/tempest-46.0.0.ebuild b/dev-python/tempest/tempest-46.0.0.ebuild
index ee5fe6c44b4b..ba9efd2e2c20 100644
--- a/dev-python/tempest/tempest-46.0.0.ebuild
+++ b/dev-python/tempest/tempest-46.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2025 Gentoo Authors
+# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -46,6 +46,7 @@ RDEPEND="
BDEPEND="
>=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
test? (
+ ${RDEPEND}
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
dev-python/stestr[${PYTHON_USEDEP}]
<dev-python/testtools-2.8.0[${PYTHON_USEDEP}]