blob: fe0b8d1eff548a7d1d96b7f346bb884220608bf4 [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 Geisslereef63862021-01-29 15:58:13 -06009SRC_URI[sha256sum] = "6276eb599b76c4e74372f2582d2282f03b4398f0da16bc996608e4f21557ca9b"
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"