summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-09-13 13:00:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-14 15:20:08 +0100
commit9788cccca70099d6c6b1d6f89d2be0bdb304e577 (patch)
tree661202ef8836816d73426c94ee647e23a1c98dbc /meta
parent0cf17394f8c8d01237643c99e0b48329826b376e (diff)
downloadpoky-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')
-rw-r--r--meta/lib/patchtest/requirements.txt4
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 @@
1jinja2
2pylint
3pyparsing>=3.0.9
4unidiff