buildroot/package/python-cycler/Config.in
Peter Korsgaard 36031fd91d package/python-cycler: drop redundant python|python3 dependencies
All the python packages are inside a

if BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3

conditional, so no need to repeat it in the Config.in.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-10-04 11:18:30 +02:00

8 lines
176 B
Plaintext

config BR2_PACKAGE_PYTHON_CYCLER
bool "python-cycler"
help
Creates a Cycler objects much like cycler, but
includes input validation.
https://matplotlib.org/cycler/