diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-05 19:17:15 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-06 03:36:20 +0000 |
commit | 47f17a073e851205befc429e9a03fa71041135cd (patch) | |
tree | 7ec0b7f0cb412953ee9619bbd441e06e23be201e /dev-python/pygal | |
parent | games-strategy/scorched3d: mark as LTO-unsafe (diff) | |
download | gentoo-47f17a073e851205befc429e9a03fa71041135cd.tar.gz gentoo-47f17a073e851205befc429e9a03fa71041135cd.tar.bz2 gentoo-47f17a073e851205befc429e9a03fa71041135cd.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pygal')
-rw-r--r-- | dev-python/pygal/pygal-3.0.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |