Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphobjinv/
Date: Thu, 23 Sep 2021 20:28:00
Message-Id: 1632428857.ea41b6add5a7dbc4e2c130840ef6b17d4aa99f6a.arthurzam@gentoo
1 commit: ea41b6add5a7dbc4e2c130840ef6b17d4aa99f6a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 20:27:37 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 20:27:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea41b6ad
7
8 dev-python/sphobjinv: add missing test dep on sphinx
9
10 Closes: https://bugs.gentoo.org/814515
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
17 index 8ba9d8175c4..87b6f739a31 100644
18 --- a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
19 +++ b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild
20 @@ -29,6 +29,7 @@ BDEPEND="
21 dev-python/pytest-ordering[${PYTHON_USEDEP}]
22 dev-python/pytest-timeout[${PYTHON_USEDEP}]
23 >=dev-python/stdio-mgr-1.0.1[${PYTHON_USEDEP}]
24 + dev-python/sphinx[${PYTHON_USEDEP}]
25 dev-python/timeout-decorator[${PYTHON_USEDEP}]
26 )
27 "