python3-smbus2_0.4.0.bb 567 B

123456789101112131415161718
  1. SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python"
  2. DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python"
  3. HOMEPAGE = "https://github.com/kplindegaard/smbus2"
  4. LICENSE = "MIT"
  5. LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
  6. inherit pypi setuptools3
  7. SRC_URI[sha256sum] = "1b5c690715e1efab39e41038147dfba75afc72a10f76b3f0310d783e9f8a83a6"
  8. CLEANBROKEN = "1"
  9. PYPI_PACKAGE = "smbus2"
  10. RDEPENDS_${PN} += "\
  11. ${PYTHON_PN}-ctypes \
  12. ${PYTHON_PN}-fcntl \
  13. "