meta-openembedded/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb
Tim Orling 94c20e1ef4
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:24 -08:00

16 lines
500 B
BlitzBasic

SUMMARY = "This is a wrapper that loads yaml and checks config using trafaret while keeping track of actual lines of file where error has happened."
LICENSE = "Apache-2.0 & MIT"
LIC_FILES_CHKSUM = "file://README.rst;beginline=98;endline=106;md5=a15308789c3b7d0f3ef36b69048423e4"
SRC_URI[sha256sum] = "440b6b49e5e975f9a640a2519abb2feddd96eb2aeb1715f87f947a7a079f20be"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-trafaret \
python3-pyyaml \
"
BBCLASSEXTEND = "native nativesdk"