blob: 0b3d2427cd7460e0dc9a11fff30256b588992470 [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
Andrew Geisslerd688a012020-09-18 13:36:00 -05006SRC_URI[sha256sum] = "72c342ede27fb34cd219b62855119380ae1c87006b6106be163c01159eb955ff"
7SRC_URI[md5sum] = "228675376012fb27dd7f70ab685e7766"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05008
9inherit pypi setuptools3
10
Patrick Williams213cb262021-08-07 19:21:33 -050011RDEPENDS:${PN} += " \
Andrew Geissler2ee498a2020-05-29 15:52:06 -050012 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-numbers \
14 ${PYTHON_PN}-urllib3 \
15"
16
17BBCLASSEXTEND = "native nativesdk"