Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 316347

Summary: >=dev-python/twisted-conch-9.0.0 misses dev-python/pyasn1 dependency (net-misc/openssh-5.2_p1-r3 fails interop-tests)
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: [OLD] Core systemAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: vapier
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 288287, 315151, 316355    
Bug Blocks:    

Description SpanKY gentoo-dev 2010-04-20 12:34:34 UTC
+++ This bug was initially created as a clone of Bug #288287 +++

Openssh fails interop test on amd64 as it tries to run `conch`, but that fails since pyasn1 was not installed by twisted-conch deps

$ conch
Traceback (most recent call last):
  File "/usr/bin/conch-2.6", line 19, in <module>
    from twisted.conch.scripts.conch import run
  File "/usr/lib64/python2.6/site-packages/twisted/conch/scripts/conch.py",
line 11, in <module>
    from twisted.conch.client import connect, default, options
  File "/usr/lib64/python2.6/site-packages/twisted/conch/client/connect.py",
line 5, in <module>
    import direct
  File "/usr/lib64/python2.6/site-packages/twisted/conch/client/direct.py",
line 7, in <module>
    from twisted.conch.ssh import transport
  File "/usr/lib64/python2.6/site-packages/twisted/conch/ssh/transport.py",
line 30, in <module>
    from twisted.conch.ssh import keys
  File "/usr/lib64/python2.6/site-packages/twisted/conch/ssh/keys.py", line 20,
in <module>
    from pyasn1.type import univ
ImportError: No module named pyasn1.type
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-06-19 18:02:40 UTC
Fixed.