From df1c485e18c8d2b75cd92561c1821887e7e9c66c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Apr 2026 18:38:39 +0800 Subject: python3-smbus2: upgrade 0.6.0 -> 0.6.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-smbus2_0.6.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb (limited to 'meta-python/recipes-devtools/python/python3-smbus2_0.6.1.bb') 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 @@ +SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python" +DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python" +HOMEPAGE = "https://github.com/kplindegaard/smbus2" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2a3eca2de44816126b3c6f33811a9fba" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "2b043372abf8f6029a632c3aab36b641c5d5872b1cbad599fc68e17ac4fd90a5" + +CLEANBROKEN = "1" + +PYPI_PACKAGE = "smbus2" + +RDEPENDS:${PN} += "\ + python3-ctypes \ + python3-fcntl \ +" -- cgit v1.2.3-54-g00ecf