diff options
| author | Jan Vermaete <jan.vermaete@gmail.com> | 2025-07-21 21:41:32 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-21 12:45:14 -0700 |
| commit | 35b4bb3e1c0269fb6aeb64ba14fb5abc4ab6b35a (patch) | |
| tree | 33cb2630adf6ba6e482c74cf374b76964eafd810 /meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb | |
| parent | 16f6a00639f8e21451a0be3e27c6172b4dac0dbf (diff) | |
| download | meta-openembedded-35b4bb3e1c0269fb6aeb64ba14fb5abc4ab6b35a.tar.gz | |
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 <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | " |
