projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff44a9
)
dev-python/path-py: Add missing test dep
author
Justin Lecher
<jlec@gentoo.org>
Wed, 2 Sep 2015 09:28:08 +0000
(11:28 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Wed, 2 Sep 2015 10:16:06 +0000
(12:16 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/path-py/path-py-7.7.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/path-py/path-py-7.7.1.ebuild
b/dev-python/path-py/path-py-7.7.1.ebuild
index 7ae500ba7c040ad102516e91f8612d4abfcf30e9..b490b2b7e6e14a9bed7b3237e48e2e551c4221a2 100644
(file)
--- a/
dev-python/path-py/path-py-7.7.1.ebuild
+++ b/
dev-python/path-py/path-py-7.7.1.ebuild
@@
-24,6
+24,7
@@
DEPEND="
test? (
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_P}"