blob: 1f6f61137e25de5ccfc7fb8deb3a6b5ba8f1621c [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python"
2DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python"
3HOMEPAGE = "https://github.com/kplindegaard/smbus2"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6
7inherit pypi setuptools3
8
Andrew Geissler72956ed2021-01-08 16:11:14 -06009SRC_URI[sha256sum] = "1b5c690715e1efab39e41038147dfba75afc72a10f76b3f0310d783e9f8a83a6"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11CLEANBROKEN = "1"
12
13PYPI_PACKAGE = "smbus2"
14
Andrew Geissler82c905d2020-04-13 13:39:40 -050015RDEPENDS_${PN} += "\
16 ${PYTHON_PN}-ctypes \
17 ${PYTHON_PN}-fcntl \
18"