From: Trevor Gamblin Date: Fri, 3 May 2024 13:10:29 +0000 (-0400) Subject: patchtest: requirements.txt: add GitPython X-Git-Tag: uninative-4.5~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd4e4adfe91333fbd52d1441e2864a570e0dd073;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git patchtest: requirements.txt: add GitPython GitPython provides some simple utilities for retrieving repo configurations that can replace the manual work that patchtest currently does. Add it to the requirements so that the source can make use of it. Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- diff --git a/meta/lib/patchtest/requirements.txt b/meta/lib/patchtest/requirements.txt index ba55ff905e2..4247b91f094 100644 --- a/meta/lib/patchtest/requirements.txt +++ b/meta/lib/patchtest/requirements.txt @@ -1,5 +1,6 @@ boto3 git-pw>=2.5.0 +GitPython jinja2 pylint pyparsing>=3.0.9