Bug#565450: python-twisted-conch: missing dependency: python-pyasn1

2010-04-02 Thread Obey Arthur Liu
tag 565450 patch
thanks

For what it's worth, here's the trivial patch. Please consider making an upload.

Cheers

Arthur
commit 7cf26226cea38985f43c779cf83fa543eef71c01
Author: Obey Arthur Liu art...@milliways.fr
Date:   Fri Apr 2 23:08:28 2010 +0200

Add missing python-asn1 runtime dependency.

diff --git a/debian/control b/debian/control
index 79ffec7..cccb71a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Standards-Version: 3.8.4
 
 Package: python-twisted-conch
 Architecture: all
-Depends: ${python:Depends}, python-crypto (= 2.0.1+dfsg1-1.1), python-twisted-core (= 10.0), ${misc:Depends}
+Depends: ${python:Depends}, python-crypto (= 2.0.1+dfsg1-1.1), python-twisted-core (= 10.0), python-pyasn1, ${misc:Depends}
 Provides: conch, ${python:Provides}
 Conflicts: python2.3-twisted ( 2.2), python2.3-twisted-conch, python2.4-twisted-conch
 Replaces: python2.3-twisted ( 2.2), python2.3-twisted-conch, python2.4-twisted-conch


Bug#565450: python-twisted-conch: missing dependency: python-pyasn1

2010-04-01 Thread Philipp Kern
severity 565450 serious
thanks

On Fri, Jan 15, 2010 at 10:34:11PM +0100, John S. Skogtvedt wrote:
 I got the following traceback attempting to use a Python program using 
 python-twisted-conch:
 
   File /usr/lib/python2.5/site-packages/twisted/conch/ssh/transport.py, 
 line 30, in module 
 from twisted.conch.ssh import keys
  
   File /usr/lib/python2.5/site-packages/twisted/conch/ssh/keys.py, line 20, 
 in module  
 from pyasn1.type import univ  
  
 exceptions.ImportError: No module named pyasn1.type 
 
 Installing the python-pyasn1 package fixed it.

Just encountered the same.  IMHO it's a undeclared runtime dependency,
thus upgrading the bug's severity.

Kind regards,
Philipp Kern


signature.asc
Description: Digital signature


Bug#565450: python-twisted-conch: missing dependency: python-pyasn1

2010-01-15 Thread John S. Skogtvedt
Package: python-twisted-conch
Version: 1:9.0.0-1
Severity: normal

I got the following traceback attempting to use a Python program using 
python-twisted-conch:

  File /usr/lib/python2.5/site-packages/twisted/conch/ssh/transport.py, line 
30, in module 
from twisted.conch.ssh import keys  
   
  File /usr/lib/python2.5/site-packages/twisted/conch/ssh/keys.py, line 20, 
in module  
from pyasn1.type import univ
   
exceptions.ImportError: No module named pyasn1.type 

Installing the python-pyasn1 package fixed it.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-twisted-conch depends on:
ii  python 2.5.4-5   An interactive high-level object-o
ii  python-central 0.6.14+nmu2   register and build utility for Pyt
ii  python-crypto  2.0.1+dfsg1-4 cryptographic algorithms and proto
ii  python-twisted-core9.0.0-1   Event-based framework for internet

python-twisted-conch recommends no packages.

python-twisted-conch suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org