Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 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 | |
| 7 | inherit pypi setuptools3 |
| 8 | |
Andrew Geissler | eef6386 | 2021-01-29 15:58:13 -0600 | [diff] [blame] | 9 | SRC_URI[sha256sum] = "6276eb599b76c4e74372f2582d2282f03b4398f0da16bc996608e4f21557ca9b" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 10 | |
| 11 | CLEANBROKEN = "1" |
| 12 | |
| 13 | PYPI_PACKAGE = "smbus2" |
| 14 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 15 | RDEPENDS_${PN} += "\ |
| 16 | ${PYTHON_PN}-ctypes \ |
| 17 | ${PYTHON_PN}-fcntl \ |
| 18 | " |