From: Afif Elghraoui Date: Sun, 6 Mar 2016 08:06:10 +0000 (-0800) Subject: Add tabix as build-dependency to run tests X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~235 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b2e78233fc921e4cd52e7709c89a9e015c9bc16c;p=python-pysam.git Add tabix as build-dependency to run tests --- diff --git a/debian/control b/debian/control index 545c448..44e8adc 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: python3-setuptools, cython3 (>= 0.23), # Test-Depends + tabix, samtools (>= 1.3), bcftools (>= 1.3), python-nose,