summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-06 14:30:51 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-05 22:45:21 -0800
commit0680957b338a2dc95ff8b5f2480f5b8704bf7f99 (patch)
tree2eaccdb80539b811c4928483e5405e54b273a283 /meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb
parent1c4c86fb18e6fba6332a0e0004c70ae97f5cd8e9 (diff)
downloadmeta-openembedded-0680957b338a2dc95ff8b5f2480f5b8704bf7f99.tar.gz
python3-smbus2: upgrade 0.4.3 -> 0.5.0
Chanelog: ========= - Slight change of SMBus object life-cycle to better handle "open -> close -> open" scenarios. - Documentation builds again - Typing corrections. - Python 3.12, 3.13 added. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb
deleted file mode 100644
index 779562d041..0000000000
--- a/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
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] = "36f2288a8e1a363cb7a7b2244ec98d880eb5a728a2494ac9c71e9de7bf6a803a"
10
11CLEANBROKEN = "1"
12
13PYPI_PACKAGE = "smbus2"
14
15RDEPENDS:${PN} += "\
16 python3-ctypes \
17 python3-fcntl \
18"