summaryrefslogtreecommitdiff
path: root/dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild')
-rw-r--r--dev-python/sphinxygen/sphinxygen-1.0.4-r1.ebuild5
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}] )"