[Buildroot] [PATCH v2 2/2] package/python-matplotlib: add kiwisolver dependency

Yegor Yefremov yegorslists at googlemail.com
Tue Sep 17 07:05:18 UTC 2019


On Mon, Sep 16, 2019 at 3:31 PM Esben Haabendal <esben at geanix.com> wrote:
>
> This is needed by matplotlib.pyplot, and is also documented at
> https://matplotlib.org/users/installing.html#building-on-linux
>
> Signed-off-by: Esben Haabendal <esben at geanix.com>

Reviewed-by: Yegor Yefremov <yegorslists at googlemail.com>

> ---
>  package/python-matplotlib/Config.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/python-matplotlib/Config.in b/package/python-matplotlib/Config.in
> index 07160affd043..e6ed8cda2f28 100644
> --- a/package/python-matplotlib/Config.in
> +++ b/package/python-matplotlib/Config.in
> @@ -9,6 +9,7 @@ config BR2_PACKAGE_PYTHON_MATPLOTLIB
>         select BR2_PACKAGE_PYTHON_CYCLER
>         select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
>         select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
> +       select BR2_PACKAGE_PYTHON_KIWISOLVER # runtime
>         select BR2_PACKAGE_PYTHON_NUMPY # runtime
>         select BR2_PACKAGE_PYTHON_PYPARSING # runtime
>         select BR2_PACKAGE_PYTHON3_ZLIB # runtime
> --
> 2.23.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



More information about the buildroot mailing list