python3-pyusb: Add missing runtime dependency on libusb1

Patch as suggested from [1]

[1] https://github.com/openembedded/meta-openembedded/issues/394
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Khem Raj 2021-07-14 09:24:24 -07:00
parent e1b1a13c4b
commit 55ea6d57e8

View File

@ -13,4 +13,6 @@ SRC_URI[sha256sum] = "d68597d2cf7df766bdf816b1a337b72ab8233c19825e170ae18714f16b
inherit pypi setuptools3
RDEPENDS_${PN} += "libusb1"
BBCLASSEXTEND = "native nativesdk"