PKG: Add python-qt4 as a recommended dependency.

This commit is contained in:
Stefan van der Walt
2012-08-13 12:11:13 -07:00
parent 433e329661
commit f768570ca2
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
+1 -1
View File
@@ -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