diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb new file mode 100644 index 0000000000..1b9a879234 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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://LICENSE;md5=2a3eca2de44816126b3c6f33811a9fba" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "2b043372abf8f6029a632c3aab36b641c5d5872b1cbad599fc68e17ac4fd90a5" | ||
| 10 | |||
| 11 | CLEANBROKEN = "1" | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "smbus2" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | python3-ctypes \ | ||
| 17 | python3-fcntl \ | ||
| 18 | " | ||
