mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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. (From OE-Core rev: dd4e4adfe91333fbd52d1441e2864a570e0dd073) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6090e1fc7d
commit
e73ea1a868
@@ -1,5 +1,6 @@
|
||||
boto3
|
||||
git-pw>=2.5.0
|
||||
GitPython
|
||||
jinja2
|
||||
pylint
|
||||
pyparsing>=3.0.9
|
||||
|
||||
Reference in New Issue
Block a user