blob: cc4802e6c72ab029ab9afbe97eaaf4810d59f351 [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 Geissler5082cc72023-09-11 08:41:39 -04009SRC_URI[sha256sum] = "36f2288a8e1a363cb7a7b2244ec98d880eb5a728a2494ac9c71e9de7bf6a803a"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11CLEANBROKEN = "1"
12
13PYPI_PACKAGE = "smbus2"
14
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN} += "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050016 ${PYTHON_PN}-ctypes \
17 ${PYTHON_PN}-fcntl \
18"