diff options
Diffstat (limited to 'upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb')
| -rw-r--r-- | upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb b/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb new file mode 100644 index 0000000000..1956e5fe54 --- /dev/null +++ b/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-libusb1_3.4.0.bb @@ -0,0 +1,13 @@ +SUMMARY = "Pure-python wrapper for libusb-1.0" +HOMEPAGE = "https://github.com/vpelletier/python-libusb1" +LICENSE = "GPL-2.0-only & LGPL-2.1-only" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ + file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ +" + +SRC_URI[sha256sum] = "9cf5638506d54f21bf36550d97ea63189111a23c4d8078f630103a2052135f45" + +RDEPENDS:${PN} = "libusb1" + +inherit setuptools3 pypi |
