summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-22 00:14:45 +0530
committerTom Rini <trini@konsulko.com>2023-07-21 19:36:59 -0400
commite381b12210aef7acc77253d3ad36d04157aa593b (patch)
tree23f4150f35b762830be85fb193b630ebb179cb66
parent15432ea611e637872afd743e0261c087ccd5768a (diff)
downloadu-boot-e381b12210aef7acc77253d3ad36d04157aa593b.tar.gz
u-boot-e381b12210aef7acc77253d3ad36d04157aa593b.tar.bz2
u-boot-e381b12210aef7acc77253d3ad36d04157aa593b.zip
buildman: Create a requirements.txt file
At this point, buildman requires a few different modules and so we need a requirements.txt to track what modules are needed. Cc: Simon Glass <sjg@chromium.org> Cc: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--tools/buildman/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt
new file mode 100644
index 0000000000..a1efcb9d4b
--- /dev/null
+++ b/tools/buildman/requirements.txt
@@ -0,0 +1,2 @@
+jsonschema==4.17.3
+pyyaml==6.0