Bug 696100 - Missing dependency to python-pyasn1 in python-twisted-conch
Summary: Missing dependency to python-pyasn1 in python-twisted-conch
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-twisted-conch
Version: 14
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Thomas Vander Stichele
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-13 09:14 UTC by Flavio Grossi
Modified: 2011-04-29 03:23 UTC (History)
4 users (show)

Fixed In Version: python-twisted-conch-10.1.0-2.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-24 04:07:26 UTC
Type: ---


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.