This is an automated email from the git hooks/post-receive script. daube-guest pushed a commit to branch master in repository partitionfinder.
commit 5ab9aa17226b6dfbc32f7aa47f8665df4aed2e87 Author: Kevin Murray <[email protected]> Date: Sat Feb 6 12:59:57 2016 +0100 Add missing dependencies pyparsing pandas pytables --- debian/control | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/control b/debian/control index ba97e59..6c910b5 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,10 @@ Build-Depends: debhelper (>= 9), python-all, python-numpy, python-sklearn, + python-pyparsing, + python-pandas, + python-tables, + cython, Standards-Version: 3.9.6 Homepage: https://github.com/brettc/partitionfinder #Vcs-Git: git://anonscm.debian.org/collab-maint/partitionfinder.git @@ -23,6 +27,9 @@ Depends: ${shlibs:Depends}, python2.7, python-numpy, python-sklearn, + python-pyparsing, + python-pandas, + python-tables, Description: choses partitioning schemes and models of molecular evolution for sequence data PartitionFinder and PartitionFinderProtein are Python programs for simultaneously choosing partitioning schemes and models of molecular evolution -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/partitionfinder.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
