[med-svn] [python-pbcore] 03/04: Add run-time dependencies as build-dependencies to be able to run tests
Afif Elghraoui
afif-guest at moszumanska.debian.org
Wed Aug 5 08:59:53 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-pbcore.
commit cda2c5af149acfbbd718cc3d86b12533c5dd472d
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Wed Aug 5 01:54:43 2015 -0700
Add run-time dependencies as build-dependencies to be able to run tests
---
debian/control | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/control b/debian/control
index 3f7a98f..e15cd42 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,16 @@ Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
+ python-nose,
+ python-h5py (>= 2.0.1),
+ python-numpy (>= 1.7.1),
+ python-pysam (>= 0.8.1),
python3-all,
python3-setuptools,
+ python3-nose,
+ python3-h5py (>= 2.0.1),
+ python3-numpy (>= 1.7.1),
+ python3-pysam (>= 0.8.1),
python-sphinx
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pbcore.git
More information about the debian-med-commit
mailing list