From: Afif Elghraoui Date: Thu, 25 Jun 2015 07:02:45 +0000 (-0700) Subject: Add dependency on cython for autopkgtests to provide pyximport X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~316 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5a6adf6bf09370b8a7ca4fb58191abe73c64530b;p=python-pysam.git Add dependency on cython for autopkgtests to provide pyximport --- diff --git a/debian/tests/control b/debian/tests/control index 5fe69b8..1046737 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,7 +1,9 @@ Tests: run-nose-tests -Depends: @, python-nose, python-pysam-tests, samtools, make +Depends: @, python-nose, python-pysam-tests, samtools, make, + cython Restrictions: allow-stderr Tests: run-nose3-tests -Depends: @, python3-nose, python-pysam-tests, samtools, make +Depends: @, python3-nose, python-pysam-tests, samtools, make, + cython3 Restrictions: allow-stderr