Reduce dependencies in autopktest dependencies
authorAfif Elghraoui <afif@ghraoui.name>
Sat, 14 Nov 2015 04:43:54 +0000 (20:43 -0800)
committerAfif Elghraoui <afif@ghraoui.name>
Sat, 14 Nov 2015 04:43:54 +0000 (20:43 -0800)
python3-pysam isn't needed for testing python-pysam and
vice-versa.

debian/tests/control

index e95c7381cc9e2b56cb7e85af75ed8308fbcb07b2..93d060ad9c502ce7215aa77ed96f8303e25637cc 100644 (file)
@@ -1,7 +1,7 @@
 Test-Command: cd tests && make -C pysam_data && nosetests --nocapture -v
-Depends: @, python-nose, samtools, make, cython, gcc, python-dev
+Depends: python-pysam, 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, gcc, python3-dev
+Depends: python3-pysam, python3-nose, samtools, make, cython3, gcc, python3-dev
 Restrictions: allow-stderr, rw-build-tree