From fecffc9c307c99ec906ffed01f2ea2282c7acf61 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 31 Mar 2025 17:11:36 +0800 Subject: python3-libusb1: upgrade 3.3.0 -> 3.3.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-libusb1_3.3.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb (limited to 'meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb b/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb new file mode 100644 index 0000000000..1c2d60e6b8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb @@ -0,0 +1,13 @@ +SUMMARY = "Pure-python wrapper for libusb-1.0" +HOMEPAGE = "https://github.com/vpelletier/python-libusb1" +LICENSE = "GPL-2.0-only & LGPL-2.1-only" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ + file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ +" + +SRC_URI[sha256sum] = "3951d360f2daf0e0eacf839e15d2d1d2f4f5e7830231eb3188eeffef2dd17bad" + +RDEPENDS:${PN} = "libusb1" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf