diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-10-16 15:44:55 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-17 11:41:34 +0100 |
commit | 790aa2096f7c6be92f994a1f8ec22d3bef91f337 (patch) | |
tree | c22fb36de8a61ae8f5e789a9c25527d6806c7098 | |
parent | 07546cc63f5e2a1a74bd7f5cac6ad1c9948264d4 (diff) | |
download | poky-790aa2096f7c6be92f994a1f8ec22d3bef91f337.tar.gz |
patchtest/requirements.txt: update
Add git-pw and boto3 to the list of requirements for patchtest.
(From OE-Core rev: f88e295cb5034950e9a0899c1dc3ca685a30a176)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/patchtest/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/patchtest/requirements.txt b/meta/lib/patchtest/requirements.txt index 785aa469f6..ba55ff905e 100644 --- a/meta/lib/patchtest/requirements.txt +++ b/meta/lib/patchtest/requirements.txt | |||
@@ -1,3 +1,5 @@ | |||
1 | boto3 | ||
2 | git-pw>=2.5.0 | ||
1 | jinja2 | 3 | jinja2 |
2 | pylint | 4 | pylint |
3 | pyparsing>=3.0.9 | 5 | pyparsing>=3.0.9 |