blob: 5b24206a27c2b3d85bb2921314459a8ac7e5de83 [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
Patrick Williamsde0582f2022-04-08 10:23:27 -05006SRC_URI[sha256sum] = "d9d00800318fbd343fdfb3353e947b2ebb5557159c844696c5ac24846f76d41c"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05007
8inherit pypi setuptools3
9
Patrick Williams213cb262021-08-07 19:21:33 -050010RDEPENDS:${PN} += " \
Patrick Williams39653562024-03-01 08:54:02 -060011 python3-datetime \
12 python3-numbers \
13 python3-urllib3 \
Andrew Geissler2ee498a2020-05-29 15:52:06 -050014"
15
16BBCLASSEXTEND = "native nativesdk"