[PATCH v2 15/30] patman: Add aiohttp to requirements
Simon Glass
sjg at chromium.org
Sun May 4 15:23:31 CEST 2025
This module will be used for accessing Patchwork, so add it to the
requirements.txt file.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Rework commit message since this only updates requirements.txt now
tools/patman/requirements.txt | 1 +
1 file changed, 1 insertion(+)
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
--
2.43.0
More information about the U-Boot
mailing list