mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-01 11:27:23 +00:00
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>
This commit is contained in:
@@ -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] = "4a5946fd82277870c2878befdb1a29bb28d15cda14ea4d8d2d54cf3d4bdcb035"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
PYPI_PACKAGE = "smbus2"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-ctypes \
|
||||
python3-fcntl \
|
||||
"
|
||||
Reference in New Issue
Block a user