From 09b700c2dc5da2638fcb848ad841b1aec9ad1c06 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 27 Sep 2011 23:01:09 -0700 Subject: [PATCH] PKG: Depend on Cython >= 0.13. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ca5aa2bb..f4538f96 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: scikits-image Section: python Priority: optional Maintainer: Stefan van der Walt -Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.5), python-support (>= 0.6), python-numpy, python-sphinx, python-nose, python-setuptools, cython, python-matplotlib +Build-Depends: debhelper (>= 7.0.50), python-all-dev (>= 2.5), python-support (>= 0.6), python-numpy, python-sphinx, python-nose, python-setuptools, cython (>= 0.13), python-matplotlib Standards-Version: 3.9.1 XS-Python-Version: >= 2.5 Homepage: http://scikits-image.org