diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
12 | RDEPENDS:${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
13 | python3-docutils \ | 13 | python3-docutils \ |
14 | python3-jinja2 \ | 14 | python3-jinja2 \ |
15 | python3-markdown-it-py \ | ||
16 | python3-mdit-py-plugins \ | ||
15 | python3-pyyaml \ | 17 | python3-pyyaml \ |
16 | python3-sphinx \ | 18 | python3-sphinx \ |
17 | " | 19 | " |