mirror of
https://git.yoctoproject.org/poky
synced 2026-02-02 23:08:43 +01:00
The newly added ptest-python-pytest removes duplication for: 1. Copying pytest files to the ptest directory 2. Adding standard pytest dependencies 3. Adding a common run-ptest script using pytest (From OE-Core rev: 8d84d9e19b9292b1863921611924714d77c41d21) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
484 B
BlitzBasic
20 lines
484 B
BlitzBasic
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] = "201e7c28bb210e374999d1dde6382923ab0ed1a8a5faeece48ab525b7810a553"
|
|
|
|
PYPI_PACKAGE = "xmltodict"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
inherit pypi setuptools3 ptest-python-pytest
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-core \
|
|
python3-xml \
|
|
python3-io \
|
|
"
|
|
|