Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
/ devel Public archive

Commit

Permalink
Install dep for python-qpid-proton on Fedora cloud
Browse files Browse the repository at this point in the history
python-qpid-proton depends on redhat-rpm-config on Fedora cloud images.

closes #3468
https://pulp.plan.io/issues/3468
  • Loading branch information
Ichimonji10 committed Mar 15, 2018
1 parent 1fd8aab commit 124ac09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/kombu_fixup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- python-qpid-proton # a required dependency of kombu
- python3-devel # allows for compilation during pip installs
- gcc # allows for compilation during pip installs
- redhat-rpm-config # dep for python-qpid-proton on Fedora cloud
become: true

- name: Clone the patched qpid-tools
Expand Down

0 comments on commit 124ac09

Please sign in to comment.