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 5a6adf6bf09370b8a7ca4fb58191abe73c64530b Author: Afif Elghraoui <[email protected]> Date: Thu Jun 25 00:02:45 2015 -0700 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
