diff mbox series

[1/4] patchtest: requirements.txt: add GitPython

Message ID 20240503131033.1665297-2-tgamblin@baylibre.com
State Accepted, archived
Commit dd4e4adfe91333fbd52d1441e2864a570e0dd073
Headers show
Series patchtest: refactor and simplify, part 1 | expand

Commit Message

Trevor Gamblin May 3, 2024, 1:10 p.m. UTC
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>
---
 meta/lib/patchtest/requirements.txt | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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