diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-09-13 13:00:48 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-14 15:20:08 +0100 |
commit | 9788cccca70099d6c6b1d6f89d2be0bdb304e577 (patch) | |
tree | 661202ef8836816d73426c94ee647e23a1c98dbc /meta/lib/patchtest | |
parent | 0cf17394f8c8d01237643c99e0b48329826b376e (diff) | |
download | poky-9788cccca70099d6c6b1d6f89d2be0bdb304e577.tar.gz |
patchtest: add requirements.txt
Add a requirements.txt file with the Python modules needed for Patchtest
to run.
(From OE-Core rev: 2fd953ac5dd86d3045a6af240d61c6e36c62d133)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/patchtest')
-rw-r--r-- | meta/lib/patchtest/requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/patchtest/requirements.txt b/meta/lib/patchtest/requirements.txt new file mode 100644 index 0000000000..785aa469f6 --- /dev/null +++ b/meta/lib/patchtest/requirements.txt | |||
@@ -0,0 +1,4 @@ | |||
1 | jinja2 | ||
2 | pylint | ||
3 | pyparsing>=3.0.9 | ||
4 | unidiff | ||