diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-03 08:56:24 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-02-03 16:36:10 -0500 |
commit | ce72b251661d0ea83107036ce6d18b40a331b99c (patch) | |
tree | 032a18ddc39c1813839f77ea0bb3bee4804e5486 /openshift-ansible.spec | |
parent | 98d6f514256471134f80c51a737b47bf21810bd9 (diff) | |
download | openshift-ce72b251661d0ea83107036ce6d18b40a331b99c.tar.gz openshift-ce72b251661d0ea83107036ce6d18b40a331b99c.tar.bz2 openshift-ce72b251661d0ea83107036ce6d18b40a331b99c.tar.xz openshift-ce72b251661d0ea83107036ce6d18b40a331b99c.zip |
Ensure python2-ruamel-yaml is installed
need to revisit this, currently python2-ruamel-yaml doesn't provide
'python-ruamel-yaml'. It probably should and that should be what we're
installing.
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 9faf3e78e..8cec36bb7 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -20,6 +20,7 @@ Requires: tar Requires: openshift-ansible-docs = %{version}-%{release} Requires: java-1.8.0-openjdk-headless Requires: httpd-tools +Requires: python-ruamel-yaml %description Openshift and Atomic Enterprise Ansible |