From: Afif Elghraoui Date: Sun, 12 Jul 2015 19:29:24 +0000 (-0700) Subject: List more test dependencies X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~301 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9dd45f4eb562894013bbee85d09fdec562552cad;p=python-pysam.git List more test dependencies --- diff --git a/debian/tests/control b/debian/tests/control index 105c539..e95c738 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,7 +1,7 @@ Test-Command: cd tests && make -C pysam_data && nosetests --nocapture -v -Depends: @, python-nose, samtools, make, cython +Depends: @, python-nose, samtools, make, cython, gcc, python-dev Restrictions: allow-stderr, rw-build-tree Test-Command: cd tests && make -C pysam_data && nosetests3 --nocapture -v -Depends: @, python3-nose, samtools, make, cython3 +Depends: @, python3-nose, samtools, make, cython3, gcc, python3-dev Restrictions: allow-stderr, rw-build-tree