summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-28 14:06:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-28 14:33:54 +0100
commitbd55ae6809c0373887ec70767d752cf46487d98b (patch)
tree50d57f716341a48866db19b4afdf149aa8d5f453 /dev-python/pbr
parentapp-pda/libplist: Don't prefer clang in 2.1.0 (diff)
downloadgentoo-bd55ae6809c0373887ec70767d752cf46487d98b.tar.gz
gentoo-bd55ae6809c0373887ec70767d752cf46487d98b.tar.bz2
gentoo-bd55ae6809c0373887ec70767d752cf46487d98b.zip
dev-python/pbr: Un-PYTHON_USEDEP dev-python/stestr
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pbr')
-rw-r--r--dev-python/pbr/pbr-4.2.0-r1.ebuild3
-rw-r--r--dev-python/pbr/pbr-4.2.0-r2.ebuild3
-rw-r--r--dev-python/pbr/pbr-5.1.1.ebuild5
3 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/pbr/pbr-4.2.0-r1.ebuild b/dev-python/pbr/pbr-4.2.0-r1.ebuild
index a00a288a6d97..d63fe1d35c98 100644
--- a/dev-python/pbr/pbr-4.2.0-r1.ebuild
+++ b/dev-python/pbr/pbr-4.2.0-r1.ebuild
@@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
# git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038
# docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848
+# stestr is run as external tool
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
@@ -36,8 +37,8 @@ DEPEND="
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-14.0.6[${PYTHON_USEDEP}]
- >=dev-python/stestr-2.1.0[$(python_gen_usedep python{2_7,3_5,3_6})]
dev-python/wheel[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.1.0
dev-vcs/git
)"
PDEPEND=""
diff --git a/dev-python/pbr/pbr-4.2.0-r2.ebuild b/dev-python/pbr/pbr-4.2.0-r2.ebuild
index 8685cc63ab41..55e10b83667f 100644
--- a/dev-python/pbr/pbr-4.2.0-r2.ebuild
+++ b/dev-python/pbr/pbr-4.2.0-r2.ebuild
@@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
# git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038
# docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848
+# stestr is run as external tool
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
@@ -36,9 +37,9 @@ DEPEND="
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-14.0.6[${PYTHON_USEDEP}]
- >=dev-python/stestr-2.1.0[$(python_gen_usedep python{2_7,3_5,3_6})]
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.1.0
dev-vcs/git
)"
PDEPEND=""
diff --git a/dev-python/pbr/pbr-5.1.1.ebuild b/dev-python/pbr/pbr-5.1.1.ebuild
index 79cab5d13d39..8b1069e5b667 100644
--- a/dev-python/pbr/pbr-5.1.1.ebuild
+++ b/dev-python/pbr/pbr-5.1.1.ebuild
@@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
# git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038
# docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848
+# stestr is run as external tool
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
@@ -37,13 +38,11 @@ DEPEND="
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-14.0.6[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/stestr-2.1.0[${PYTHON_USEDEP}]
- ' python{2_7,3_5,3_6,3_7})
>=dev-python/coverage-4.0[${PYTHON_USEDEP}]
!~dev-python/coverage-4.4[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.1.0
dev-vcs/git
)"
PDEPEND=""