commit:     305eacd3c03a5d4eb58f68446a04287cf925566b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 08:20:38 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 08:20:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305eacd3

dev-python/sphinxygen: added missing dep

Closes: https://bugs.gentoo.org/920909
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild 
b/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild
index f896600d560e..a132abf2b70c 100644
--- a/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild
+++ b/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild
@@ -22,6 +22,8 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 S="${WORKDIR}/${PN}-v${PV}"
 
+DEPEND="app-doc/doxygen"
+RDEPEND="${DEPEND}"
 BDEPEND="test? ( dev-python/html5lib[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest

Reply via email to