87a9e75b79
- python 2 support has been dropped since
2a8831489b
- Update indentation in hash file (two spaces)
https://github.com/matplotlib/cycler/releases/tag/v0.11.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
config BR2_PACKAGE_PYTHON_CYCLER
|
|
bool "python-cycler"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
Creates a Cycler objects much like cycler, but
|
|
includes input validation.
|
|
|
|
https://matplotlib.org/cycler/
|