1config BR2_PACKAGE_PYTHON_PYSENSORS
2	bool "python-pysensors"
3	select BR2_PACKAGE_LM_SENSORS # runtime
4	help
5	  Python bindings for libsensors.so from the lm-sensors project
6	  via ctypes. Supports API version 4, i.e. libsensors version
7	  3.x.
8
9	  https://pypi.org/project/PySensors
10