Fix: Add missing Python module dependency "munch" causing cleanup job failures 37/72737/1 master v0.37.10
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 12 Mar 2024 12:27:30 +0000 (12:27 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 12 Mar 2024 12:27:30 +0000 (12:27 +0000)
Issue: RELENG-5176
Change-Id: I758b6d86f9ae912f368c4380cafd8d4a0eabad4f
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
pyproject.toml
releasenotes/notes/add-missing-munch-dep-ebbd7d3f34d12d09.yaml [new file with mode: 0644]

index 1371613..512f42b 100644 (file)
@@ -55,6 +55,7 @@ dependencies = [
     "jsonschema",
     "lxml",
     "multi-key-dict",
+    "munch",
     "nodeenv",
     "oauth2client",
     "openstacksdk>=2.1.0",
diff --git a/releasenotes/notes/add-missing-munch-dep-ebbd7d3f34d12d09.yaml b/releasenotes/notes/add-missing-munch-dep-ebbd7d3f34d12d09.yaml
new file mode 100644 (file)
index 0000000..4209f6c
--- /dev/null
@@ -0,0 +1,4 @@
+---
+fixes:
+  - |
+    Add missing Python module dependency "munch" causing Openstack job failures