From 923ce0e77e0838887cd70a72a1cede5154fb4354 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:56:24 +0800 Subject: python3-uswid: upgrade 0.5.2 -> 0.6.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-uswid_0.6.0.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-uswid_0.6.0.bb (limited to 'meta-python/recipes-devtools/python/python3-uswid_0.6.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-uswid_0.6.0.bb b/meta-python/recipes-devtools/python/python3-uswid_0.6.0.bb new file mode 100644 index 0000000000..e5ee5166f0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-uswid_0.6.0.bb @@ -0,0 +1,20 @@ +SUMMARY = "A pure-python library for embedding CoSWID data" +HOMEPAGE = "https://github.com/hughsie/python-uswid" +SECTION = "devel/python" +LICENSE = "BSD-2-Clause-Patent" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f3636dfe71e94cc72918423cec0d1971" + +SRC_URI[sha256sum] = "98b04b2750aa7ca97fc83c65cb24808174c3cd5f7e99d96727161034963137bf" + +inherit setuptools3 python3native pypi + +DEPENDS += " python3-cbor2 python3-lxml python3-pefile" +RDEPENDS:${PN} += " \ + python3-cbor2 \ + python3-json \ + python3-lxml \ + python3-netclient \ + python3-pefile \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf