From a6d964f3d7a33eb2b7f9e5c7a527f2bb9d4fd842 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 3 Oct 2011 09:01:32 -0700 Subject: [PATCH] PKG: Add scipy build dependency (when the API is built, scipy is imported by some packages). --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6404be66..e314a35c 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 +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 Standards-Version: 3.9.1 XS-Python-Version: >= 2.5 Homepage: http://scikits-image.org