commit: ea41b6add5a7dbc4e2c130840ef6b17d4aa99f6a Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 23 20:27:37 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Sep 23 20:27:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea41b6ad
dev-python/sphobjinv: add missing test dep on sphinx Closes: https://bugs.gentoo.org/814515 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild index 8ba9d8175c4..87b6f739a31 100644 --- a/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild +++ b/dev-python/sphobjinv/sphobjinv-2.1-r1.ebuild @@ -29,6 +29,7 @@ BDEPEND=" dev-python/pytest-ordering[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] >=dev-python/stdio-mgr-1.0.1[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] dev-python/timeout-decorator[${PYTHON_USEDEP}] ) "
