commit: 68271f17ff579e4fa771506d6114a4edc6911e56 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 1 15:41:13 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 1 15:44:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68271f17
dev-python/routes: Add missing test-dep on dev-python/webob Closes: https://bugs.gentoo.org/720062 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 f43a59fba52..42fc2dbcd6a 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
