Source: pytrainer Version: 1.7.2-1.1 Severity: important Tags: patch
pytrainer doesn't depend on python-support as it should. The attached patch fixes this bug.
-- Jakub Wilk
diff -u pytrainer-1.7.2/debian/control pytrainer-1.7.2/debian/control
--- pytrainer-1.7.2/debian/control
+++ pytrainer-1.7.2/debian/control
@@ -9,7 +9,7 @@
Package: pytrainer
Architecture: all
-Depends: ${misc:Depends}, python, python-libxml2, python-lxml, python-pysqlite2, python-glade2, python-gtk2, python-matplotlib, python-scipy, python-numpy, gpsbabel, iceweasel | firefox | abrowser, python-gtkmozembed, python-soappy, zenity
+Depends: ${misc:Depends}, ${python:Depends}, python-libxml2, python-lxml, python-pysqlite2, python-glade2, python-gtk2, python-matplotlib, python-scipy, python-numpy, gpsbabel, iceweasel | firefox | abrowser, python-gtkmozembed, python-soappy, zenity
Description: The Free Sport Training Center
Pytrainer is a tool to log your sport activities. This software was
originally thought for cyclists, but it can also be used for other
signature.asc
Description: Digital signature

