Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > d236c5da97a239a1b6991cfba2865b66 > files > 70

cman-2.0.115-68.el5_6.1.src.rpm

From 27e67bdb516048b86026b5fb4e6d31bcb5bceae9 Mon Sep 17 00:00:00 2001
From: Marek 'marx' Grac <mgrac@redhat.com>
Date: Tue, 20 Apr 2010 19:17:30 +0200
Subject: [PATCH] fence_ilo: remove openSSL as python dep as we don't need it here

Resolves: rhbz#583049
---
 fence/agents/ilo/fence_ilo.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fence/agents/ilo/fence_ilo.py b/fence/agents/ilo/fence_ilo.py
index fcf4b0c..380a91d 100755
--- a/fence/agents/ilo/fence_ilo.py
+++ b/fence/agents/ilo/fence_ilo.py
@@ -15,7 +15,6 @@
 import sys, re, pexpect, socket
 sys.path.append("/usr/lib/fence")
 from fencing import *
-from OpenSSL import SSL
 
 #BEGIN_VERSION_GENERATION
 FENCE_RELEASE_NAME=""
-- 
1.6.0.6