From: Trevor Gamblin Date: Tue, 12 Sep 2023 12:54:53 +0000 (-0400) Subject: patchtest: add requirements.txt X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b489229ecc065c790e90450ef3a87e76b35af26;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 --- 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