mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Changelog: ========== - Python 3.14 added. - Fix SystemError: buffer overflow on Python 3.14+ on 64-bit systems by using c_ulong instead of c_uint32 for I2C_FUNCS ioctl. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
539 B
BlitzBasic
19 lines
539 B
BlitzBasic
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] = "9b5ff1e998e114730f9dfe0c4babbef06c92468cfb61eaa684e30f225661b95b"
|
|
|
|
CLEANBROKEN = "1"
|
|
|
|
PYPI_PACKAGE = "smbus2"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-ctypes \
|
|
python3-fcntl \
|
|
"
|