bfee0a7e9b
- update license file hash: @@ -1,3 +1,5 @@ +SPDX-License-Identifier: BSD-3-Clause + - add setuptools runtime dependency, fixes: $ pinout -r a020d3 -m Traceback (most recent call last): File "/usr/bin/pinout", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' For details see [1]. [1] https://gpiozero.readthedocs.io/en/stable/changelog.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
config BR2_PACKAGE_PYTHON_GPIOZERO
|
|
bool "python-gpiozero"
|
|
depends on BR2_arm
|
|
depends on BR2_PACKAGE_PYTHON3 # python-colorzero
|
|
select BR2_PACKAGE_PYTHON_COLORZERO # runtime
|
|
select BR2_PACKAGE_PYTHON_RPI_GPIO # runtime
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
help
|
|
A simple interface to GPIO devices with Raspberry Pi.
|
|
|
|
https://github.com/gpiozero/gpiozero
|