mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
18 lines
506 B
BlitzBasic
18 lines
506 B
BlitzBasic
SUMMARY = "Ultimate transformation library that supports validation, contexts and aiohttp."
|
|
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=21ecc7aa8f699874e706fc1354903437"
|
|
|
|
SRC_URI[sha256sum] = "72c342ede27fb34cd219b62855119380ae1c87006b6106be163c01159eb955ff"
|
|
SRC_URI[md5sum] = "228675376012fb27dd7f70ab685e7766"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PYTHON_PN}-datetime \
|
|
${PYTHON_PN}-numbers \
|
|
${PYTHON_PN}-urllib3 \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|