File: 0004-cython-and-setuptools-are-not-runtime-dependencies.patch

package info (click to toggle)
bitshuffle 0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: ansic: 5,022; python: 1,156; makefile: 49; sh: 14
file content (18 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Fri, 22 Dec 2023 16:59:49 +0100
Subject: cython and setuptools are not runtime dependencies

---
 requirements.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 67294ff..78234a2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,3 @@
 # Order matters
-setuptools>=0.7
-Cython>=0.19
 numpy>=1.24
 h5py>=2.4.0