]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
patchtest: requirements.txt: add GitPython
authorTrevor Gamblin <tgamblin@baylibre.com>
Fri, 3 May 2024 13:10:29 +0000 (09:10 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 May 2024 15:28:33 +0000 (16:28 +0100)
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>
meta/lib/patchtest/requirements.txt

index ba55ff905e23712c05183adcfa202a3487b44b8d..4247b91f094251e04e8b4436bf5dbc1fcfeff642 100644 (file)
@@ -1,5 +1,6 @@
 boto3
 git-pw>=2.5.0
+GitPython
 jinja2
 pylint
 pyparsing>=3.0.9