projects
/
python-pysam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb5c719
)
Add dependency on cython for autopkgtests to provide pyximport
author
Afif Elghraoui
<afif@ghraoui.name>
Thu, 25 Jun 2015 07:02:45 +0000
(
00:02
-0700)
committer
Afif Elghraoui
<afif@ghraoui.name>
Thu, 25 Jun 2015 07:02:45 +0000
(
00:02
-0700)
debian/tests/control
patch
|
blob
|
history
diff --git
a/debian/tests/control
b/debian/tests/control
index 5fe69b8e8237bfa24329cb31e4bbfb3402d2b073..1046737c4741388e5fececf0acfcbe8e2d51be85 100644
(file)
--- 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