]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
buildman: update PyYAML requirement
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 7 Apr 2025 06:47:12 +0000 (08:47 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 7 Apr 2025 13:34:49 +0000 (07:34 -0600)
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@canonical.com>
tools/buildman/requirements.txt

index 052d0ed5c6f7615f45114c28e8ab53c802658b0b..a6b1aecdbe0c1e3dcad834b5160a4ef4965f91df 100644 (file)
@@ -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