summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-01 17:41:13 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-01 17:44:09 +0200
commit68271f17ff579e4fa771506d6114a4edc6911e56 (patch)
tree06b2b0982a1a552cb772011b58552d36149ca83d /dev-python/routes/routes-2.4.1-r1.ebuild
parentdev-python/rsa: Add missing test-dep on mock (diff)
downloadgentoo-68271f17ff579e4fa771506d6114a4edc6911e56.tar.gz
gentoo-68271f17ff579e4fa771506d6114a4edc6911e56.tar.bz2
gentoo-68271f17ff579e4fa771506d6114a4edc6911e56.zip
dev-python/routes: Add missing test-dep on dev-python/webob
Closes: https://bugs.gentoo.org/720062 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/routes/routes-2.4.1-r1.ebuild')
-rw-r--r--dev-python/routes/routes-2.4.1-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild b/dev-python/routes/routes-2.4.1-r1.ebuild
index f43a59fba525..42fc2dbcd6ae 100644
--- 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