File: no-runtime-cython.patch

package info (click to toggle)
python-feather-format 0.3.1%2Bdfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 948 kB
  • sloc: cpp: 4,558; python: 493; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Drop the runtime dependency on Cython
Author: Graham Inggs <ginggs@debian.org>
Last-Update: 2023-12-13

--- a/setup.py
+++ b/setup.py
@@ -164,7 +164,6 @@
         'clean': clean,
         'build_ext': build_ext
     },
-    install_requires=['cython >= 0.21'],
     description=DESCRIPTION,
     long_description=LONG_DESCRIPTION,
     license='Apache License, Version 2.0',