blob: 4e814073b2e218c6fad8ae0c73620e4643da9fba [file] [log] [blame]
Andrew Geissler2ee498a2020-05-29 15:52:06 -05001SUMMARY = "Ultimate transformation library that supports validation, contexts and aiohttp."
2
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=21ecc7aa8f699874e706fc1354903437"
5
6SRC_URI[sha256sum] = "61dfc25b574f70bfdf7ee3a808ec423061811c13a10b8d3c9e11ab539b96ab65"
7
8inherit pypi setuptools3
9
10RDEPENDS_${PN} += " \
11 ${PYTHON_PN}-datetime \
12 ${PYTHON_PN}-numbers \
13 ${PYTHON_PN}-urllib3 \
14"
15
16BBCLASSEXTEND = "native nativesdk"