mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 01:05:42 +01:00
python3-libusb1: upgrade 3.2.0 -> 3.3.0
Changelog: =========== - Improve deprecation warning, by showing the correct caller location. - Fix finalizer registration errors on pypi by using a thread-safe sequential number generator instead of relying on object id unicity and timely finalizer triggering. - Check in-dll version when creating Windows wheels. Should hopefully version mixups like what happened in 3.1.0 . Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
67a9d5e849
commit
341c370888
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
|
|||
file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "a11a6095e718cd49418a96329314da271cca6be7b4317a142724523371ac8961"
|
||||
SRC_URI[sha256sum] = "b642aa518689f8e053f61955cba274e72bc8d0794c65d7990745aaae90dfc8a1"
|
||||
|
||||
RDEPENDS:${PN} = "libusb1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user