summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-01-22 12:11:23 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-25 14:34:06 -0800
commit74269b3f8e9a02dcb01acdc8d12a59242a3422da (patch)
treeb3d7e20e0120878fbf0ca15fcb91b51018902f66 /meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb
parent90dcf3ce894b254555325b5cbaf6fd6fd231a9d2 (diff)
downloadmeta-openembedded-74269b3f8e9a02dcb01acdc8d12a59242a3422da.tar.gz
python3-smbus2: Upgrade 0.4.0 -> 0.4.1
Upgrade to release 0.4.1: - SonarCloud quality checks. - Tests added to the dist package. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.bb
new file mode 100644
index 0000000000..fe0b8d1eff
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-smbus2_0.4.1.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://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6
7inherit pypi setuptools3
8
9SRC_URI[sha256sum] = "6276eb599b76c4e74372f2582d2282f03b4398f0da16bc996608e4f21557ca9b"
10
11CLEANBROKEN = "1"
12
13PYPI_PACKAGE = "smbus2"
14
15RDEPENDS_${PN} += "\
16 ${PYTHON_PN}-ctypes \
17 ${PYTHON_PN}-fcntl \
18"