From: Simon Glass Date: Tue, 29 Apr 2025 13:22:12 +0000 (-0600) Subject: CI: Add a dependency file for patman X-Git-Tag: v2025.10-rc1~118^2~69^2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d458b35de88eeaae202dc8b19f00c9635fb13c;p=thirdparty%2Fu-boot.git CI: Add a dependency file for patman Now that patman has an unusual dependency, add a requirements.txt file and use it in CI Signed-off-by: Simon Glass --- diff --git a/tools/patman/requirements.txt b/tools/patman/requirements.txt index e8cbc6cf0c3..57a284d23f2 100644 --- a/tools/patman/requirements.txt +++ b/tools/patman/requirements.txt @@ -1,3 +1,4 @@ +aiohttp==3.9.1 ConfigParser==7.1.0 importlib_resources==6.5.2 pygit2==1.13.3