commit: 2a3612f0b2ca6b2432a80e29f9b1f284c74e912a Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Fri Dec 29 18:32:02 2023 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Dec 29 18:32:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3612f0
dev-python/sphinxygen: added missing dep Closes: https://bugs.gentoo.org/920940 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild b/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild index a132abf2b70c..2adc72d22a97 100644 --- a/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild +++ b/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild @@ -22,7 +22,10 @@ IUSE="test" RESTRICT="!test? ( test )" S="${WORKDIR}/${PN}-v${PV}" -DEPEND="app-doc/doxygen" +DEPEND=" + app-doc/doxygen + dev-python/sphinx[${PYTHON_USEDEP}] +" RDEPEND="${DEPEND}" BDEPEND="test? ( dev-python/html5lib[${PYTHON_USEDEP}] )"
