File: nocython3-dsc-patch

package info (click to toggle)
pandas 0.13.1-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 48,044 kB
  • sloc: python: 115,757; ansic: 11,490; sh: 311; makefile: 120
file content (20 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Yaroslav Halchenko <debian@onerussian.com>
Subject: For backports to older suites/releases -- allow to have no cython3

achieved through removing versioning on cython itself at all and allowing older
cythons than when cython3 was introduced while requiring cython3

Origin: NeuroDebian
Last-Update: 2012-12-14

--- a/debian/control	2012-12-13 22:48:33.000000000 -0500
+++ b/debian/control	2012-12-13 22:54:11.000000000 -0500
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7.0.50),
                python-all-dev (>= 2.5),
                python-setuptools,
-               cython (>= 0.17.1~),
+               cython,
                python-numpy (>= 1:1.6.1~), python-dateutil,
                python-scipy,
                python-tz,