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>
This commit is contained in:
Jan Vermaete
2025-07-21 21:41:32 +02:00
committed by Khem Raj
parent 16f6a00639
commit 35b4bb3e1c

View File

@@ -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 \
"