Bug 696100

Summary: Missing dependency to python-pyasn1 in python-twisted-conch
Product: [Fedora] Fedora Reporter: Flavio Grossi <flaviogrossi>
Component: python-twisted-conchAssignee: Thomas Vander Stichele <thomas>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 14CC: belegdol, jonathansteffan, matthias, thomas
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: python-twisted-conch-10.1.0-2.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-24 04:07:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Flavio Grossi 2011-04-13 09:14:52 UTC
Description of problem:
There's a missing dependency to needed package python-pyasn1.


Version-Release number of selected component (if applicable):
10.1.0-1


How reproducible:
always


Steps to Reproduce:
1. # yum install python-twisted-conch
2. $ python
   >>> from twisted.conch import manhole_ssh
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "/usr/lib64/python2.7/site-packages/twisted/conch/manhole_ssh.py", line 14, in <module>
       from twisted.conch.ssh import factory, keys, session
     File "/usr/lib64/python2.7/site-packages/twisted/conch/ssh/factory.py", line 21, in <module>
       from twisted.conch.ssh import keys
     File "/usr/lib64/python2.7/site-packages/twisted/conch/ssh/keys.py", line 20, in <module>
       from pyasn1.type import univ
   ImportError: No module named pyasn1.type
>>>
3. installing python-pyasn1 solves the problem
  
Actual results:
Import Error


Expected results:
No Errors


Additional info:
None.

Comment 1 Fedora Update System 2011-04-19 19:08:10 UTC
python-twisted-conch-10.2.0-3.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/python-twisted-conch-10.2.0-3.fc15

Comment 2 Fedora Update System 2011-04-19 19:08:54 UTC
python-twisted-conch-10.1.0-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/python-twisted-conch-10.1.0-2.fc14

Comment 3 Fedora Update System 2011-04-20 02:42:34 UTC
Package python-twisted-conch-10.2.0-3.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-twisted-conch-10.2.0-3.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/python-twisted-conch-10.2.0-3.fc15
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2011-04-24 04:07:21 UTC
python-twisted-conch-10.2.0-3.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2011-04-29 03:22:59 UTC
python-twisted-conch-10.1.0-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.