[Buildroot] [PATCH 6/8] package/python3-pyyaml: add special host variant

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Apr 25 09:59:54 UTC 2020


On Mon, 23 Mar 2020 11:49:07 +0100
yegorslists at googlemail.com wrote:

>  package/python3-pyyaml/python3-pyyaml.hash |  1 +
>  package/python3-pyyaml/python3-pyyaml.mk   | 20 ++++++++++++++++++++

I've modified python-pyyaml.mk to indicate that its version should stay
in sync with python3-pyyaml.

> +# Please keep in sync with
> +# package/python-pyyaml/python-pyyaml.mk
> +PYTHON3_PYYAML_VERSION = 5.3
> +PYTHON3_PYYAML_SOURCE = PyYAML-$(PYTHON3_PYYAML_VERSION).tar.gz
> +PYTHON3_PYYAML_SITE = https://files.pythonhosted.org/packages/3d/d9/ea9816aea31beeadccd03f1f8b625ecf8f645bd66744484d162d84803ce5

Updated to use the same version as python-pyyaml, i.e version 5.3.1.

> +PYTHON3_PYYAML_SETUP_TYPE = distutils
> +PYTHON3_PYYAML_LICENSE = MIT
> +PYTHON3_PYYAML_LICENSE_FILES = LICENSE
> +PYTHON3_PYYAML_DEPENDENCIES = libyaml

This line was not needed, since there is no target version of
python3-pyyaml, so I dropped this line.

Applied with those changes. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list