From 5a6adf6bf09370b8a7ca4fb58191abe73c64530b Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Thu, 25 Jun 2015 00:02:45 -0700 Subject: [PATCH] Add dependency on cython for autopkgtests to provide pyximport --- debian/tests/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2