diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-10-30 11:24:54 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-10-30 11:24:54 -0400 |
commit | 144de21d9d5e3ec6f37ab97f49a0ed73258c3b3a (patch) | |
tree | 275d3aa13b017ab50e787574c1977ca4e034b6c2 | |
parent | e11fff0059b4986be2301f68044783c28e13c0af (diff) | |
parent | e76fdccf15bcdb26823598224cdb0aa8772ba41b (diff) | |
download | openshift-144de21d9d5e3ec6f37ab97f49a0ed73258c3b3a.tar.gz openshift-144de21d9d5e3ec6f37ab97f49a0ed73258c3b3a.tar.bz2 openshift-144de21d9d5e3ec6f37ab97f49a0ed73258c3b3a.tar.xz openshift-144de21d9d5e3ec6f37ab97f49a0ed73258c3b3a.zip |
Merge pull request #776 from kwoodson/rpmdeps
Updating openshift-ansible-inventory to require python-boto and python-libcloud
-rw-r--r-- | openshift-ansible.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index a9e0fbde6..1fe379bb0 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -128,7 +128,7 @@ BuildArch: noarch # ---------------------------------------------------------------------------------- %package inventory Summary: Openshift and Atomic Enterprise Ansible Inventories -Requires: python2 +Requires: python2, python-boto, python-libcloud >= 0.13 BuildArch: noarch %description inventory |