diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-10 11:58:47 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-06-10 11:58:47 +0200 |
commit | 1f59155d8ef6ba13441a479b7cda58dbf32f82a3 (patch) | |
tree | bff05675b2770a890771e57c6353aa7bb5459d7a /dev-python/sphinxcontrib-autoprogram | |
parent | net-im/rocketchat-desktop-bin: drop 3.8.6 (diff) | |
download | gentoo-1f59155d8ef6ba13441a479b7cda58dbf32f82a3.tar.gz gentoo-1f59155d8ef6ba13441a479b7cda58dbf32f82a3.tar.bz2 gentoo-1f59155d8ef6ba13441a479b7cda58dbf32f82a3.zip |
dev-python/sphinxcontrib-autoprogram: add missing doc building dep
Closes: https://bugs.gentoo.org/849362
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-autoprogram')
-rw-r--r-- | dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild index 1a955c0bf1da..0b4e74d67e69 100644 --- a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild +++ b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild @@ -20,7 +20,9 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] " -distutils_enable_sphinx doc dev-python/sphinxcontrib-websupport +distutils_enable_sphinx doc \ + dev-python/sphinxcontrib-websupport \ + dev-python/sphinxcontrib-serializinghtml python_install_all() { distutils-r1_python_install_all |