python3-pyusb: fix run-time dependencies

Add the missing dependency on ctypes and drop libusb1 from RDEPENDS as
it will be already present in the rootfs thanks to being in project's
build-time dependencies.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2023-05-31 10:23:10 +02:00
committed by Khem Raj
parent 2980505c41
commit e74592c1cb

View File

@@ -13,6 +13,6 @@ SRC_URI[sha256sum] = "a4cc7404a203144754164b8b40994e2849fde1cfff06b08492f12fff9d
inherit pypi setuptools3
RDEPENDS:${PN} += "libusb1"
RDEPENDS:${PN} += "python3-ctypes"
BBCLASSEXTEND = "native nativesdk"