diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-14 12:18:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-14 12:43:45 +0200 |
commit | 201fec310d9207468863ce5bc4bf0463593a2e29 (patch) | |
tree | 79fafe222cb8ca56a68debc576fb65e68907e536 /dev-python/sphinx | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.5.17 (diff) | |
download | gentoo-201fec310d9207468863ce5bc4bf0463593a2e29.tar.gz gentoo-201fec310d9207468863ce5bc4bf0463593a2e29.tar.bz2 gentoo-201fec310d9207468863ce5bc4bf0463593a2e29.zip |
dev-python/sphinx: Add missing test-dep on texlive-fontsextra
Bug: https://bugs.gentoo.org/717338
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/sphinx-2.4.4.ebuild | 1 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-3.0.1.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/sphinx/sphinx-2.4.4.ebuild b/dev-python/sphinx/sphinx-2.4.4.ebuild index f237709f572a..4a9ba2c8027d 100644 --- a/dev-python/sphinx/sphinx-2.4.4.ebuild +++ b/dev-python/sphinx/sphinx-2.4.4.ebuild @@ -55,6 +55,7 @@ DEPEND="${RDEPEND} dev-python/html5lib[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] virtual/imagemagick-tools[jpeg,png,svg] + dev-texlive/texlive-fontsextra dev-texlive/texlive-latexextra dev-texlive/texlive-luatex app-text/dvipng diff --git a/dev-python/sphinx/sphinx-3.0.1.ebuild b/dev-python/sphinx/sphinx-3.0.1.ebuild index 1a71657e2863..cc3f58c1fc50 100644 --- a/dev-python/sphinx/sphinx-3.0.1.ebuild +++ b/dev-python/sphinx/sphinx-3.0.1.ebuild @@ -55,6 +55,7 @@ DEPEND="${RDEPEND} dev-python/html5lib[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] virtual/imagemagick-tools[jpeg,png,svg] + dev-texlive/texlive-fontsextra dev-texlive/texlive-latexextra dev-texlive/texlive-luatex app-text/dvipng |