diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb index 06f7c1c82bb..777aa2bc79a 100644 --- a/meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb @@ -13,4 +13,6 @@ SRC_URI[sha256sum] = "d68597d2cf7df766bdf816b1a337b72ab8233c19825e170ae18714f16b inherit pypi setuptools3 +RDEPENDS_${PN} += "libusb1" + BBCLASSEXTEND = "native nativesdk"