Skip to content

Commit 3d9a1c3

Browse files
Fix: Add missing Python module dependency "munch" causing cleanup job failures
Issue: RELENG-5176 Change-Id: I758b6d86f9ae912f368c4380cafd8d4a0eabad4f Signed-off-by: Matthew Watkins <[email protected]>
1 parent 3c64434 commit 3d9a1c3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies = [
5555
"jsonschema",
5656
"lxml",
5757
"multi-key-dict",
58+
"munch",
5859
"nodeenv",
5960
"oauth2client",
6061
"openstacksdk>=2.1.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Add missing Python module dependency "munch" causing Openstack job failures

0 commit comments

Comments
 (0)