diff options
| author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-16 09:15:57 -0500 |
|---|---|---|
| committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-16 09:15:57 -0500 |
| commit | 0103e88db9abf4dea7fa486b7ea6a2ed3f0dede8 (patch) | |
| tree | 6d671a21a44d8a9dc8ea641c4846d8a186a2df6e | |
| parent | 5b011fa80797b09accbf945a760d1b111e013b0d (diff) | |
| parent | 4e4781c364081ceb1c6865a2faed01485469ff00 (diff) | |
Merge pull request #826 from omeid/patch-1
Add pyOpenSSL to dependencies for Fedora.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ This repo contains Ansible code for OpenShift and Atomic Enterprise. - Install base dependencies: - Fedora: ``` - yum install -y ansible rubygem-thor rubygem-parseconfig util-linux + dnf install -y ansible rubygem-thor rubygem-parseconfig util-linux pyOpenSSL libffi-devel python-cryptography ``` - OSX: ``` |
