From: Michał Górny Date: Fri, 1 May 2020 15:41:13 +0000 (+0200) Subject: dev-python/routes: Add missing test-dep on dev-python/webob X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=68271f17ff579e4fa771506d6114a4edc6911e56;p=gentoo.git dev-python/routes: Add missing test-dep on dev-python/webob Closes: https://bugs.gentoo.org/720062 Signed-off-by: Michał Górny --- 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