[med-svn] [python-pysam] 06/07: Add dependency on cython for autopkgtests to provide pyximport

Afif Elghraoui afif-guest at moszumanska.debian.org
Thu Jun 25 07:19:49 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 5a6adf6bf09370b8a7ca4fb58191abe73c64530b
Author: Afif Elghraoui <afif at ghraoui.name>
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



More information about the debian-med-commit mailing list