Skip to content

Commit

Permalink
Fix: Add missing Python module dependency "munch" causing cleanup job…
Browse files Browse the repository at this point in the history
… failures

Issue: RELENG-5176
Change-Id: I758b6d86f9ae912f368c4380cafd8d4a0eabad4f
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Mar 12, 2024
1 parent 3c64434 commit 3d9a1c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies = [
"jsonschema",
"lxml",
"multi-key-dict",
"munch",
"nodeenv",
"oauth2client",
"openstacksdk>=2.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Add missing Python module dependency "munch" causing Openstack job failures

0 comments on commit 3d9a1c3

Please sign in to comment.