summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorO'meid <public@omeid.me>2015-11-06 19:52:37 +1100
committerO'meid <public@omeid.me>2015-11-06 19:52:37 +1100
commit069e6b053d8fe60798a22a4f536b13a0fccffa8c (patch)
tree10ce56e7b08bb34b19246cde0609609c792db3d6 /README.md
parentba3b613f19234f3894235480d8a39a01f19aa877 (diff)
downloadopenshift-069e6b053d8fe60798a22a4f536b13a0fccffa8c.tar.gz
openshift-069e6b053d8fe60798a22a4f536b13a0fccffa8c.tar.bz2
openshift-069e6b053d8fe60798a22a4f536b13a0fccffa8c.tar.xz
openshift-069e6b053d8fe60798a22a4f536b13a0fccffa8c.zip
Add pyOpenSSL to dependencies for Fedora.
pyOpenSSL is required by `filter_plugins/oo_filters.py` at least but isn't installed on Fedora 22 by default.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 635df36a0..7557c40db 100644
--- a/README.md
+++ b/README.md
@@ -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
+ yum install -y ansible rubygem-thor rubygem-parseconfig util-linux pyOpenSSL
```
- OSX:
```