python3-libusb1_3.3.0.bb 437 B

12345678910111213
  1. SUMMARY = "Pure-python wrapper for libusb-1.0"
  2. HOMEPAGE = "https://github.com/vpelletier/python-libusb1"
  3. LICENSE = "GPL-2.0-only & LGPL-2.1-only"
  4. LIC_FILES_CHKSUM = " \
  5. file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
  6. file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
  7. "
  8. SRC_URI[sha256sum] = "b642aa518689f8e053f61955cba274e72bc8d0794c65d7990745aaae90dfc8a1"
  9. RDEPENDS:${PN} = "libusb1"
  10. inherit setuptools3 pypi