Skip to content

Commit

Permalink
python3-pyusb: Add missing runtime dependency on libusb1
Browse files Browse the repository at this point in the history
Patch as suggested from [1]

[1] openembedded#394
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jul 15, 2021
1 parent 55a3f24 commit ff419a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ SRC_URI[sha256sum] = "d68597d2cf7df766bdf816b1a337b72ab8233c19825e170ae18714f16b

inherit pypi setuptools3

RDEPENDS_${PN} += "libusb1"

BBCLASSEXTEND = "native nativesdk"

0 comments on commit ff419a5

Please sign in to comment.