[med-svn] [gubbins] 04/04: Gubbins switched to Python3 so adapt the Dependencies

Andreas Tille tille at debian.org
Thu Nov 19 10:31:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository gubbins.

commit 6d36a3fa37afb7b6470901ad90c5f0169ccb7cda
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 19 11:12:08 2015 +0100

    Gubbins switched to Python3 so adapt the Dependencies
---
 debian/control | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 8620a72..7004b1f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,13 @@ Build-Depends: debhelper (>= 9),
                fasttree,
                raxml,
                autotools-dev,
-               python-setuptools,
+               python3-setuptools,
                zlib1g-dev,
                check,
-               python-biopython,
-               python-dendropy,
-               python-reportlab,
-               python-nose,
+               python3-biopython,
+               python3-dendropy,
+               python3-reportlab,
+               python3-nose,
                pkg-config
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gubbins.git
@@ -26,11 +26,9 @@ Package: gubbins
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         fastml2,
-         fasttree,
-         python-biopython,
-         python-reportlab,
-         python-nose
+         ${python3:Depends},
+         fastml,
+         fasttree
 Description: Phylogenetic analysis of genome sequences
  Gubbins supports rapid phylogenetic analysis of large samples of
  recombinant bacterial whole genome sequences.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gubbins.git



More information about the debian-med-commit mailing list