diff options
author | 2023-12-29 19:32:02 +0100 | |
---|---|---|
committer | 2023-12-29 19:32:02 +0100 | |
commit | 2a3612f0b2ca6b2432a80e29f9b1f284c74e912a (patch) | |
tree | 30cd138977d10e01cb35a19d2820bb7204aac1e8 /dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild | |
parent | net-libs/liboauth: Stabilize 1.0.3-r4 ppc64, #920952 (diff) | |
download | gentoo-2a3612f0b2ca6b2432a80e29f9b1f284c74e912a.tar.gz gentoo-2a3612f0b2ca6b2432a80e29f9b1f284c74e912a.tar.bz2 gentoo-2a3612f0b2ca6b2432a80e29f9b1f284c74e912a.zip |
dev-python/sphinxygen: added missing dep
Closes: https://bugs.gentoo.org/920940
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild')
-rw-r--r-- | dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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}] )" |