diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-02 21:28:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-02 21:30:05 +0100 |
commit | 5ff009401e3aeace9248575904a639dd6914feb4 (patch) | |
tree | 96982258c8b707d52224ba322dade1233e8d0abf /dev-python/sphinx | |
parent | dev-vcs/cvs-fast-export: remove unused patch(es) (diff) | |
download | gentoo-5ff009401e3aeace9248575904a639dd6914feb4.tar.gz gentoo-5ff009401e3aeace9248575904a639dd6914feb4.tar.bz2 gentoo-5ff009401e3aeace9248575904a639dd6914feb4.zip |
dev-python/sphinx: USE=doc requires graphviz
Closes: https://bugs.gentoo.org/709658
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/sphinx-2.4.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/sphinx/sphinx-2.4.3.ebuild b/dev-python/sphinx/sphinx-2.4.3.ebuild index 2f474efa6354..46f34931a946 100644 --- a/dev-python/sphinx/sphinx-2.4.3.ebuild +++ b/dev-python/sphinx/sphinx-2.4.3.ebuild @@ -46,6 +46,7 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] + media-gfx/graphviz ) test? ( dev-python/html5lib[${PYTHON_USEDEP}] |