[med-svn] [python-pbcore] 02/03: Add explicit dependencies because pybuild doesn't care about versions
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sun Nov 1 18:08:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch debian/jessie-backports
in repository python-pbcore.
commit 07f8609129c5bed91a5a8f5454fa1102c1bda6aa
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sun Nov 1 10:04:56 2015 -0800
Add explicit dependencies because pybuild doesn't care about versions
---
debian/control | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 49b5e27..074d370 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,12 @@ Package: python-pbcore
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
- python-pkg-resources
+ python-pkg-resources,
+# Work around #791433, especially for pysam where the version in jessie is
+# inadequate
+ python-pysam (>= 0.8.1),
+ python-h5py (>= 2.0.1),
+ python-numpy (>= 1.7.1)
Suggests: python-pbcore-doc (= ${source:Version})
Description: Python library for processing PacBio data files
The pbcore package provides Python modules for processing Pacific Biosciences
--
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