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