[med-svn] [snakemake] 05/05: Add missing dependencies for newer snakemake
Kevin Murray
daube-guest at moszumanska.debian.org
Tue Jul 18 01:06:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository snakemake.
commit 7d858775eee3c26f288c4e95d916517da687f254
Author: Kevin Murray <kdmfoss at gmail.com>
Date: Tue Jul 18 11:05:31 2017 +1000
Add missing dependencies for newer snakemake
---
debian/control | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/control b/debian/control
index d511a42..1e8a780 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,9 @@ Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
python3 (>= 3.2),
+ python3-boto,
python3-nose,
+ python3-psutil,
python3-pytools,
python3-rpy2,
python3-setuptools,
@@ -29,6 +31,7 @@ Depends: ${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
python3-docutils,
+ python3-psutil,
python3-pytools,
python3-rpy2,
python3-setuptools,
@@ -36,6 +39,7 @@ Depends: ${misc:Depends},
python3-yaml,
libjs-mathjax,
ca-certificates
+Recommends: python3-boto,
Description: pythonic workflow management system
Build systems like GNU Make are frequently used to create complicated
workflows, e.g. in bioinformatics. This project aims to reduce the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snakemake.git
More information about the debian-med-commit
mailing list