commit fcd76c449494a489627282a2e1cce50da3017364
parent 4045c34e2a4bac56ead31054839e12a90c504af3
Author: Tom Marble <tmarble@info9.net>
Date: Sat, 22 Nov 2025 03:50:24 +0000
Bug 2001772 - Add pyyaml dependency to mozharness r=jmaher
Signed-off-by: Tom Marble <tmarble@info9.net>
Differential Revision: https://phabricator.services.mozilla.com/D273709
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/testing/mozharness/setup.py b/testing/mozharness/setup.py
@@ -22,6 +22,7 @@ dependencies = [
"pynose",
"pylint",
"pyflakes",
+ "pyyaml",
"toml",
"tomlkit",
]