mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-13 15:27:09 +00:00
python3-libusb1: upgrade 3.3.1 -> 3.4.0
Changelog: ========== - Fix Python 3.14 DeprecationWarning caused by implicit ctypes layout when using pack = 1. - Bundle libusb1 1.0.29 dlls in Windows wheels - Fix a licence inconsistency: the old pypi classifier was refering to the LGPL2+ instead of the LGPL2.1+ . Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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] = "9cf5638506d54f21bf36550d97ea63189111a23c4d8078f630103a2052135f45"
|
||||
|
||||
RDEPENDS:${PN} = "libusb1"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
Reference in New Issue
Block a user