mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/python-cycler: new package
Creates a Cycler object much like cycler, but includes input validation. This package is required by matplotlib. Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
1b4e58d802
commit
e96c1b244e
8
package/python-cycler/Config.in
Normal file
8
package/python-cycler/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_CYCLER
|
||||
bool "python-cycler"
|
||||
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Creates a Cycler objects much like cycler, but
|
||||
includes input validation.
|
||||
|
||||
https://matplotlib.org/cycler/
|
||||
Reference in New Issue
Block a user