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
