From 2b91b1c0371b009ad66abfaa92e6bd38741d4340 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 24 Apr 2012 12:50:57 -0400 Subject: [PATCH] python-imaging into Build-Depends and Recommends --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index bf2f6ad0..71700258 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Stefan van der Walt Uploaders: Yaroslav Halchenko -Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.6.6-3~), python-numpy, python-sphinx, python-nose, python-setuptools, cython (>= 0.13), python-matplotlib, python-scipy, libfreeimage3 +Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.6.6-3~), python-numpy, python-sphinx, python-nose, python-setuptools, cython (>= 0.13), python-matplotlib, python-scipy, libfreeimage3, python-imaging Standards-Version: 3.9.2 XS-Python-Version: >= 2.5 Homepage: http://scikits-image.org @@ -14,7 +14,7 @@ Package: python-skimage Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-skimage-lib (>= ${source:Version}), libfreeimage3 Provides: ${python:Provides} -Recommends: python-nose, python-matplotlib +Recommends: python-nose, python-matplotlib, python-imaging Suggests: python-skimage-doc, python-opencv Description: Python modules for image processing scikits-image is a collection of image processing algorithms for