blob: 4499edb216a98ea74791cde7c0d438e2cdc31778 [file] [log] [blame]
Andrew Geissler3eeda902023-05-19 10:14:02 -05001SUMMARY = "A pure-python library for embedding CoSWID data"
2HOMEPAGE = "https://github.com/hughsie/python-uswid"
3SECTION = "devel/python"
4LICENSE = "LGPL-2.1-or-later"
Patrick Williams169d7bc2024-01-05 11:33:25 -06005LIC_FILES_CHKSUM = "file://LICENSE;md5=40d2542b8c43a3ec2b7f5da31a697b88"
6
7SRC_URI[sha256sum] = "de15c2421bedaa5f54606558700c1f628f07d73da49ec69d1888214ac52c49e6"
8
9inherit setuptools3 python3native pypi
Andrew Geissler3eeda902023-05-19 10:14:02 -050010
11DEPENDS += " python3-cbor2 python3-lxml python3-pefile"
Patrick Williamsb542dec2023-06-09 01:26:37 -050012RDEPENDS:${PN} += " \
13 python3-cbor2 \
14 python3-json \
15 python3-lxml \
16 python3-netclient \
17"
Andrew Geissler3eeda902023-05-19 10:14:02 -050018
19BBCLASSEXTEND = "native nativesdk"