blob: a1d1bb47e457c1bc3da481f88822c9bd6175c001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUMMARY = "Makes working with XML feel like you are working with JSON"
HOMEPAGE = "https://github.com/martinblech/xmltodict"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2"
SRC_URI[sha256sum] = "3d8d49127f3ce6979d40a36dbcad96f8bab106d232d24b49efdd4bd21716983c"
PYPI_PACKAGE = "xmltodict"
BBCLASSEXTEND = "native nativesdk"
inherit pypi setuptools3 ptest-python-pytest
RDEPENDS:${PN} += " \
python3-core \
python3-xml \
python3-io \
"
|