From 68271f17ff579e4fa771506d6114a4edc6911e56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 1 May 2020 17:41:13 +0200 Subject: [PATCH] dev-python/routes: Add missing test-dep on dev-python/webob MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/720062 Signed-off-by: Michał Górny --- dev-python/routes/routes-2.4.1-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2