22378717cc
BR2_PACKAGE_PYTHON_MATPLOTLIB selects BR2_PACKAGE_PYTHON_NUMPY, so it should inherit its dependencies, which includes BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS. Fixes: - http://autobuild.buildroot.org/results/038d50784ec80b35e3daff1966df07a1b52780b3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
832 B
Plaintext
24 lines
832 B
Plaintext
config BR2_PACKAGE_PYTHON_MATPLOTLIB
|
|
bool "python-matplotlib"
|
|
depends on !BR2_PACKAGE_PYTHON
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_FREETYPE # runtime
|
|
select BR2_PACKAGE_LIBPNG # runtime
|
|
select BR2_PACKAGE_PYTHON_CYCLER
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
select BR2_PACKAGE_PYTHON_NUMPY # runtime
|
|
select BR2_PACKAGE_PYTHON_PYPARSING # runtime
|
|
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
|
select BR2_PACKAGE_ZLIB # runtime
|
|
help
|
|
Matplotlib strives to produce publication
|
|
quality 2D graphics for interactive graphing,
|
|
scientific publishing, user interface
|
|
development and web application servers targeting
|
|
multiple user interfaces and hardcopy output
|
|
formats.
|
|
|
|
https://matplotlib.org/
|