summaryrefslogtreecommitdiff
path: root/tools/buildman
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-21 21:44:45 +0300
committerTom Rini <trini@konsulko.com>2023-07-22 02:36:59 +0300
commite381b12210aef7acc77253d3ad36d04157aa593b (patch)
tree23f4150f35b762830be85fb193b630ebb179cb66 /tools/buildman
parent15432ea611e637872afd743e0261c087ccd5768a (diff)
downloadu-boot-e381b12210aef7acc77253d3ad36d04157aa593b.tar.xz
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>
Diffstat (limited to 'tools/buildman')
-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