commit: 23c5ed449bb24ca0605b20bc1540450cdb3c273b
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 19 20:01:26 2025 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Aug 19 20:05:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c5ed44
dev-python/sphinxcontrib-mermaid: add missing pyyaml dependency
Identified when invoking Sphinx in a minimal container. It's in the
upstream pyproject.toml; I clearly missed it!
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git
a/dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild
b/dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild
index 0f3ea5e0276d..87496c645ff7 100644
--- a/dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild
+++ b/dev-python/sphinxcontrib-mermaid/sphinxcontrib-mermaid-1.0.0.ebuild
@@ -24,6 +24,7 @@ KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-6.0.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (