diff mbox series

[1/2] buildman: Create a requirements.txt file

Message ID 20230426194436.1785433-1-trini@konsulko.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [1/2] buildman: Create a requirements.txt file | expand

Commit Message

Tom Rini April 26, 2023, 7:44 p.m. UTC
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>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 tools/buildman/requirements.txt | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tools/buildman/requirements.txt

Comments

Simon Glass April 27, 2023, 4:25 p.m. UTC | #1
Hi Tom,

On Wed, 26 Apr 2023 at 13:44, Tom Rini <trini@konsulko.com> wrote:
>
> 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>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  tools/buildman/requirements.txt | 2 ++
>  1 file changed, 2 insertions(+)
>  create mode 100644 tools/buildman/requirements.txt

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt
new file mode 100644
index 000000000000..a1efcb9d4b44
--- /dev/null
+++ b/tools/buildman/requirements.txt
@@ -0,0 +1,2 @@ 
+jsonschema==4.17.3
+pyyaml==6.0