cluster: RHEL56 - fence_ilo: remove openSSL as python dep as we don't need it here

Marek Grác marx at fedoraproject.org
Tue Apr 20 17:52:49 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=27e67bdb516048b86026b5fb4e6d31bcb5bceae9
Commit:        27e67bdb516048b86026b5fb4e6d31bcb5bceae9
Parent:        bd170f06917930694790c2a69281cb6110902293
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Tue Apr 20 19:17:30 2010 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Tue Apr 20 19:17:30 2010 +0200

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=""


More information about the cluster-commits mailing list