commit:     6088381bb05933dde90d1452a9c003014467d842
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 15:26:15 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 15:27:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6088381b

dev-python/routes: Add missing dep on webtest

Closes: https://bugs.gentoo.org/748915
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/routes/routes-2.5.1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/routes/routes-2.5.1.ebuild 
b/dev-python/routes/routes-2.5.1.ebuild
index 57fb5a24ebc..e6334510ba3 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

Reply via email to