File: no_install_depends_cython.patch

package info (click to toggle)
pyranges 0.0.111%2Bds-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,996 kB
  • sloc: python: 5,546; makefile: 37; sh: 6
file content (16 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: No runtime dependency from cython
Bug-Debian: https://bugs.debian.org/1058012
Author: Andreas Tille <tille@debian.org>
Last-Update: 2023-12-11

--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ __version__ = open("pyranges/version.py"
     '"', '').strip()
 
 install_requires = [
-    "cython", "pandas", "ncls>=0.0.62", "tabulate", "sorted_nearest>=0.0.33", "pyrle",
+    "pandas", "ncls>=0.0.62", "tabulate", "sorted_nearest>=0.0.33", "pyrle",
     "natsort"] #,
 
 # optional_requires = ["bamread", "pybigwig", "ray"]