mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-08-21 16:29:14 +02:00

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>
22 lines
592 B
BlitzBasic
22 lines
592 B
BlitzBasic
SUMMARY = "An extended commonmark compliant parser, with bridges to docutils/sphinx"
|
|
HOMEPAGE = "https://github.com/executablebooks/MyST-Parser"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a38a1697260a7ad7bf29f44b362db1fc"
|
|
|
|
SRC_URI[sha256sum] = "5cfea715e4f3574138aecbf7d54132296bfd72bb614d31168f48c477a830a7c4"
|
|
|
|
inherit pypi python_flit_core
|
|
|
|
PYPI_PACKAGE = "myst_parser"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-docutils \
|
|
python3-jinja2 \
|
|
python3-markdown-it-py \
|
|
python3-mdit-py-plugins \
|
|
python3-pyyaml \
|
|
python3-sphinx \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|