File: remove-unnecessary-cython-dep.patch

package info (click to toggle)
python-pbcore 1.2.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,612 kB
  • ctags: 5,336
  • sloc: python: 22,160; xml: 2,667; makefile: 239
file content (14 lines) | stat: -rw-r--r-- 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove cython from requirements.txt
 Upstream now reads build dependencies from this file,
 but Cython isn't needed and setup.py therefore tries
 to download it (unsuccessfully).
Author: Afif Elghraoui <afif@ghraoui.name
Forwarded: no
Last-Update: 2015-12-13
--- python-pbcore.orig/requirements.txt
+++ python-pbcore/requirements.txt
@@ -1,4 +1,3 @@
-cython
 numpy >= 1.7.1
 h5py >= 2.0.1
 pysam >= 0.9.0