diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-07 08:47:12 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-07 07:34:49 -0600 |
commit | 38b34711152937b124ba91f0519813c161d9d60f (patch) | |
tree | a81badcfd599c8b33489f01bb4417add7014b08a | |
parent | 0efe8ea57fc7a1a6fc5f64fb3cf6bc4a1a4fc219 (diff) |
buildman: update PyYAML requirement
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>
-rw-r--r-- | tools/buildman/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |