mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Add python-smbus2 as an alternative for python-smbus-cffi as the latter has not seen updates in 8 years and was archived on Jan 4 2024. Signed-off-by: Vincent Fazio <vfazio@xes-inc.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
config BR2_PACKAGE_PYTHON_SMBUS2
|
|
bool "python-smbus2"
|
|
help
|
|
smbus2 is a drop-in replacement for smbus-cffi/smbus-python
|
|
in pure Python.
|
|
|
|
https://github.com/kplindegaard/smbus2
|