summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2024-05-03 09:10:29 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-13 16:28:33 +0100
commitdd4e4adfe91333fbd52d1441e2864a570e0dd073 (patch)
treef8b66720cff88fd12a1f6ca78a9969ed2889444c /meta
parentf5caef60b4e85134eef1f8398fa240f52d845770 (diff)
downloadopenembedded-core-contrib-dd4e4adfe91333fbd52d1441e2864a570e0dd073.tar.gz
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 <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/patchtest/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/patchtest/requirements.txt b/meta/lib/patchtest/requirements.txt
index ba55ff905e..4247b91f09 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