[med-svn] [python-pysam] 01/05: Reduce dependencies in autopktest dependencies
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sat Nov 14 07:36:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository python-pysam.
commit b892e0d8dff13b40cbffc7b5e347ff96af238658
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Fri Nov 13 20:43:54 2015 -0800
Reduce dependencies in autopktest dependencies
python3-pysam isn't needed for testing python-pysam and
vice-versa.
---
debian/tests/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/tests/control b/debian/tests/control
index e95c738..93d060a 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, 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git
More information about the debian-med-commit
mailing list