projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4200c17
)
dev-python/testresources: Add missing dep on pbr
author
Michał Górny
<mgorny@gentoo.org>
Sat, 28 Mar 2020 13:36:22 +0000
(14:36 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 28 Mar 2020 13:36:22 +0000
(14:36 +0100)
Closes: https://bugs.gentoo.org/663524
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/testresources/testresources-2.0.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/testresources/testresources-2.0.1.ebuild
b/dev-python/testresources/testresources-2.0.1.ebuild
index 721f99b6fe8cd285443e31d05f66464d7f999d67..efb20c96a1da50afbd36edec834a903d3e80e43c 100644
(file)
--- a/
dev-python/testresources/testresources-2.0.1.ebuild
+++ b/
dev-python/testresources/testresources-2.0.1.ebuild
@@
-18,6
+18,7
@@
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
+ dev-python/pbr[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]