summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-14 17:26:15 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-14 17:27:06 +0200
commit6088381bb05933dde90d1452a9c003014467d842 (patch)
tree0d4a468cba315f1ae82a6688eb23ea75627d93fd /dev-python/routes/routes-2.5.1.ebuild
parentwww-apps/drupal: Add 8.9.7 and 9.0.7 releases. (diff)
downloadgentoo-6088381bb05933dde90d1452a9c003014467d842.tar.gz
gentoo-6088381bb05933dde90d1452a9c003014467d842.tar.bz2
gentoo-6088381bb05933dde90d1452a9c003014467d842.zip
dev-python/routes: Add missing dep on webtest
Closes: https://bugs.gentoo.org/748915 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/routes/routes-2.5.1.ebuild')
-rw-r--r--dev-python/routes/routes-2.5.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/routes/routes-2.5.1.ebuild b/dev-python/routes/routes-2.5.1.ebuild
index 57fb5a24ebc9..e6334510ba32 100644
--- a/dev-python/routes/routes-2.5.1.ebuild
+++ b/dev-python/routes/routes-2.5.1.ebuild
@@ -25,7 +25,10 @@ RDEPEND="
"
BDEPEND="
- test? ( dev-python/webob[${PYTHON_USEDEP}] )"
+ test? (
+ dev-python/webob[${PYTHON_USEDEP}]
+ dev-python/webtest[${PYTHON_USEDEP}]
+ )"
distutils_enable_tests nose
distutils_enable_sphinx doc