From: Trevor Gamblin Date: Wed, 13 Sep 2023 17:00:48 +0000 (-0400) Subject: patchtest: add requirements.txt X-Git-Tag: yocto-5.2~5187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fd953ac5dd86d3045a6af240d61c6e36c62d133;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git patchtest: add requirements.txt Add a requirements.txt file with the Python modules needed for Patchtest to run. Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- diff --git a/meta/lib/patchtest/requirements.txt b/meta/lib/patchtest/requirements.txt new file mode 100644 index 00000000000..785aa469f69 --- /dev/null +++ b/meta/lib/patchtest/requirements.txt @@ -0,0 +1,4 @@ +jinja2 +pylint +pyparsing>=3.0.9 +unidiff