From 35b4bb3e1c0269fb6aeb64ba14fb5abc4ab6b35a Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Mon, 21 Jul 2025 21:41:32 +0200 Subject: python3-myst-parser: added missing RDEPENDS markdown-ti-py [1] and mdit-py-plugins [2] were missing [1] https://github.com/executablebooks/MyST-Parser/blob/master/pyproject.toml#L39 [2] https://github.com/executablebooks/MyST-Parser/blob/master/pyproject.toml#L40 Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb b/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb index 01c98b8db1..24a3953d42 100644 --- a/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb @@ -12,6 +12,8 @@ PYPI_PACKAGE = "myst_parser" RDEPENDS:${PN} = "\ python3-docutils \ python3-jinja2 \ + python3-markdown-it-py \ + python3-mdit-py-plugins \ python3-pyyaml \ python3-sphinx \ " -- cgit v1.2.3-54-g00ecf