Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3742ada

Browse files
committed
require Cython 0.20 to build Debian package
Older versions are going to give trouble, esp. with Python 3.x.
1 parent b6e1f89 commit 3742ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: NeuroDebian Team <[email protected]>
55
Uploaders: Yaroslav Halchenko <[email protected]>, Michael Hanke <[email protected]>
66
Build-Depends: debhelper (>= 7.0.50), dh-autoreconf,
77
python-all-dev (>= 2.5),
8-
cython (>= 0.12~),
8+
cython (>= 0.20~),
99
python-setuptools,
1010
python-numpy, python-scipy,
1111
python-nose,

0 commit comments

Comments
 (0)