Source: pymtp
Version: 0.0.4-3
Tags: patch

Dependency on python-support is currently hard-coded in debian/control. Please use ${python:Depends} substitution variable instead.

--
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
@@ -11,7 +11,7 @@
 
 Package: python-pymtp
 Architecture: all
-Depends: python, libmtp9, python-support (>= 0.90), ${shlibs:Depends}, ${misc:Depends}
+Depends: libmtp9, ${python:Depends}, ${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

Reply via email to