Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/routes/
Date: Fri, 01 May 2020 15:44:36
Message-Id: 1588347849.68271f17ff579e4fa771506d6114a4edc6911e56.mgorny@gentoo
1 commit: 68271f17ff579e4fa771506d6114a4edc6911e56
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 15:41:13 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 15:44:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68271f17
7
8 dev-python/routes: Add missing test-dep on dev-python/webob
9
10 Closes: https://bugs.gentoo.org/720062
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/routes/routes-2.4.1-r1.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/dev-python/routes/routes-2.4.1-r1.ebuild b/dev-python/routes/routes-2.4.1-r1.ebuild
17 index f43a59fba52..42fc2dbcd6a 100644
18 --- a/dev-python/routes/routes-2.4.1-r1.ebuild
19 +++ b/dev-python/routes/routes-2.4.1-r1.ebuild
20 @@ -24,6 +24,9 @@ RDEPEND="
21 dev-python/six[${PYTHON_USEDEP}]
22 "
23
24 +BDEPEND="
25 + test? ( dev-python/webob[${PYTHON_USEDEP}] )"
26 +
27 distutils_enable_tests nose
28 distutils_enable_sphinx doc