Remove no longer required python-rpi-gpio runtime dependency. Remove no longer required python-setuptools runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
config BR2_PACKAGE_PYTHON_GPIOZERO
|
|
bool "python-gpiozero"
|
|
depends on BR2_arm
|
|
select BR2_PACKAGE_PYTHON_COLORZERO # runtime
|
|
help
|
|
A simple interface to GPIO devices with Raspberry Pi.
|
|
|
|
https://github.com/gpiozero/gpiozero
|