tags 591997 + patch
severity 591997 serious
thanks

* Jakub Wilk <[email protected]>, 2010-08-06, 20:51:
python-pymtp doesn't depend on python-support as it should.

In fact, when python-pymtp is installed in a clean chroot, it
doesn't work at all:

$ python -c 'import pymtp'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named jsonpickle


Installing python-support fixes this issue.

--
Jakub Wilk
diff -u pymtp-0.0.4/debian/control pymtp-0.0.4/debian/control
--- pymtp-0.0.4/debian/control
+++ pymtp-0.0.4/debian/control
@@ -5,12 +5,11 @@
 Build-Depends: debhelper (>= 5), python-support, quilt
 Standards-Version: 3.8.0
 XS-Python-Version: all
-XB-Python-Version: ${python:Versions}
 Homepage: http://nick125.com/projects/pymtp
 
 Package: python-pymtp
 Architecture: all
-Depends: python, libmtp8, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, libmtp8, ${shlibs:Depends}, ${misc:Depends}
 Description: Pythonic binding to LibMTP to interact with MTP devices
  PyMTP is a Pythonic binding to LibMTP that allows Python programs
  to interact with LibMTP-supported devices. These devices include

Attachment: signature.asc
Description: Digital signature

Reply via email to