Skip to content

Commit

Permalink
we need python3-jmespath for ansible runs with platform python
Browse files Browse the repository at this point in the history
hosted-engine-setup runs with platform-python and requires jmespath
  • Loading branch information
michalskrivanek committed Apr 4, 2023
1 parent 41fec99 commit 81515b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/701-fix-jmespath.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- HE - add back dependency on python3-jmespath (https://github.com/oVirt/ovirt-ansible-collection/pull/701)
1 change: 1 addition & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Requires: ansible-collection-ansible-netcommon
Requires: ansible-collection-ansible-posix
Requires: ansible-collection-ansible-utils
Requires: qemu-img
Requires: python3-jmespath

%if 0%{?rhel} >= 9
Requires: python3.11-ovirt-imageio-client
Expand Down

0 comments on commit 81515b4

Please sign in to comment.