Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 905948

Summary: rhts-python missing dependency on pyOpenSSL
Product: [Retired] Beaker Reporter: Patrik Kis <pkis>
Component: beahAssignee: beaker-dev-list
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 0.11CC: asaha, dcallagh, mishin, qwan, rglasz, rmancy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-31 21:47:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Patrik Kis 2013-01-30 15:00:56 UTC
Description of problem:
/usr/lib/python2.7/site-packages/rhts/__init__.py contain:
import OpenSSL.SSL
but the actial package does not depends on it. Maybe on older RHEL releases this dependency was fulfilled by other packages but this is not the case in RHEL-7 any longer.

Version-Release number of selected component (if applicable):
rhts-python-4.54-1.el7

How reproducible:
always

Steps to Reproduce:
1. Install RHEL-7 minimal install
2. Install rhts-python , devel test-env, etc

  
Actual results:
Multihost test will fail

Expected results:
All required packages installed.

Additional info:

Comment 1 Dan Callaghan 2013-01-31 21:47:52 UTC

*** This bug has been marked as a duplicate of bug 834249 ***