File: skip_read_until

package info (click to toggle)
uncalled 2.3%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 952 kB
  • sloc: cpp: 5,335; python: 2,007; sh: 125; makefile: 69
file content (13 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Skip unpackaged (and optional) read-util Python module
Forwarded: not-needed
--- uncalled.orig/setup.py
+++ uncalled/setup.py
@@ -141,7 +141,6 @@
     ],
 
     install_requires=[
-        'read-until==3.0.0',
         'minknow-api>=5.0'
     ],