meta-openembedded/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb
Martin Jansa c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00

18 lines
472 B
BlitzBasic

SUMMARY = "RDFLib is a pure Python package for working with RDF"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=89aa9a14f80a6ac70e1d5da763a309ed"
SRC_URI[sha256sum] = "7ce4d757eb26f4dd43205ec340d8c097f29e5adfe45d6ea20238c731dc679879"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-isodate \
${PYTHON_PN}-pyparsing \
${PYTHON_PN}-logging \
${PYTHON_PN}-numbers \
${PYTHON_PN}-xml \
"
BBCLASSEXTEND = "native nativesdk"