From f768570ca2cd9141d7d452356328d13820f4d2f8 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 13 Aug 2012 12:11:13 -0700 Subject: [PATCH] PKG: Add python-qt4 as a recommended dependency. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 842e4c51..e42944af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skimage (0.7.0-1) unstable; urgency=low + + * Add python-qt4 as a recommended package (Closes: #684753). + + -- + skimage (0.6.1-1) unstable; urgency=low * Upstream bugfix release (correctly compare dtypes in the freeimage loader diff --git a/debian/control b/debian/control index 1d0acd61..a99a3994 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Package: python-skimage Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy (>= 0.9), python-skimage-lib (>= ${source:Version}), libfreeimage3 Provides: ${python:Provides} -Recommends: python-nose, python-matplotlib (>= 1.0), python-imaging +Recommends: python-nose, python-matplotlib (>= 1.0), python-imaging, python-qt4 Suggests: python-skimage-doc, python-opencv Description: Python modules for image processing scikits-image is a collection of image processing algorithms for