File: no-runtime-cython.patch

package info (click to toggle)
python-iow 1.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 660 kB
  • sloc: python: 2,322; makefile: 24; sh: 12
file content (16 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Drop the runtime dependency on Cython
Author: Graham Inggs <ginggs@debian.org>
Last-Update: 2024-05-03

Also drop runtime dependency on nose, adetiste

--- python-iow.orig/setup.py
+++ python-iow/setup.py
@@ -121,7 +121,6 @@
       install_requires=[
           'numpy >= 1.9.2',
           'pytest',
-          'cython',
           'pandas',
           'click',
           'scikit-bio >= 0.5.0'],