commit: 47f17a073e851205befc429e9a03fa71041135cd Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Wed Mar 6 00:17:15 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 6 03:36:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f17a07
dev-python/pygal: fix dependencies for doc building A sphinx plugin wasn't specified, and therefore wasn't guaranteed to be installed. Closes: https://bugs.gentoo.org/869476 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pygal/pygal-3.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygal/pygal-3.0.4-r1.ebuild b/dev-python/pygal/pygal-3.0.4-r1.ebuild index 056f080194f7..5eae9da5abd7 100644 --- a/dev-python/pygal/pygal-3.0.4-r1.ebuild +++ b/dev-python/pygal/pygal-3.0.4-r1.ebuild @@ -37,7 +37,7 @@ BDEPEND=" # CHANGELOG is a symlink to docs/changelog.rst DOCS=( docs/changelog.rst README.md ) -distutils_enable_sphinx docs +distutils_enable_sphinx docs dev-python/sphinx-rtd-theme EPYTEST_XDIST=1 distutils_enable_tests pytest
