Re: [PATCH 1/1] buildman: update PyYAML requirement

2025-04-07 Thread Tom Rini
On Mon, 07 Apr 2025 08:47:12 +0200, 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. > > > [...] Applied to u-boot/master, thanks! [1/1] buildman: update PyYAML re

Re: [PATCH 1/1] buildman: update PyYAML requirement

2025-04-07 Thread Heinrich Schuchardt
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 This patch only applies to origin/master. Buildman requirements do not

[PATCH 1/1] buildman: update PyYAML requirement

2025-04-06 Thread Heinrich Schuchardt
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 --- tools/buildman/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildman