[PATCH 1/1] buildman: update PyYAML requirement
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Mon Apr 7 09:08:45 CEST 2025
On 4/7/25 08:47, Heinrich Schuchardt wrote:
> On Ubuntu 25.04 installing the dependency pyyaml 6.0 fails with
>
> License classifiers are deprecated
>
> Update PyYAML to the current release.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
This patch only applies to origin/master. Buildman requirements do not
include PyYAML in origin/next.
Best regards
Heinrich
> ---
> tools/buildman/requirements.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt
> index 052d0ed5c6f..a6b1aecdbe0 100644
> --- a/tools/buildman/requirements.txt
> +++ b/tools/buildman/requirements.txt
> @@ -1,5 +1,5 @@
> coverage==6.2
> jsonschema==4.17.3
> pycryptodome==3.20
> -pyyaml==6.0
> +pyyaml==6.0.2
> yamllint==1.26.3
More information about the U-Boot
mailing list