1config BR2_PACKAGE_PYTHON_CONTOURPY 2 bool "python-contourpy" 3 depends on BR2_INSTALL_LIBSTDCPP 4 select BR2_PACKAGE_PYTHON_PYBIND 5 help 6 Python library for calculating contours of 2D quadrilateral 7 grids. 8 9 https://github.com/contourpy/contourpy 10 11comment "python-contourpy needs a toolchain w/ C++" 12 depends on !BR2_INSTALL_LIBSTDCPP 13