Hide Forgot
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.
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
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
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).
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.
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.