From 069e6b053d8fe60798a22a4f536b13a0fccffa8c Mon Sep 17 00:00:00 2001
From: O'meid <public@omeid.me>
Date: Fri, 6 Nov 2015 19:52:37 +1100
Subject: 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.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
   ```
-- 
cgit v1.2.3