projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472debc
)
dev-python/routes: Add missing test-dep on dev-python/webob
author
Michał Górny
<mgorny@gentoo.org>
Fri, 1 May 2020 15:41:13 +0000
(17:41 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 1 May 2020 15:44:09 +0000
(17:44 +0200)
Closes: https://bugs.gentoo.org/720062
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/routes/routes-2.4.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/routes/routes-2.4.1-r1.ebuild
b/dev-python/routes/routes-2.4.1-r1.ebuild
index f43a59fba52575bbfa780978cfcdd266a1c4263a..42fc2dbcd6ae15c0455a26023e08a90ca90a8c65 100644
(file)
--- a/
dev-python/routes/routes-2.4.1-r1.ebuild
+++ b/
dev-python/routes/routes-2.4.1-r1.ebuild
@@
-24,6
+24,9
@@
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
+BDEPEND="
+ test? ( dev-python/webob[${PYTHON_USEDEP}] )"
+
distutils_enable_tests nose
distutils_enable_sphinx doc