[med-svn] [python-cobra] 03/05: Add recommended packages

Afif Elghraoui afif-guest at moszumanska.debian.org
Sat Jun 13 19:33:52 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-cobra.

commit d6432cdf0c16f682ecfa63af716261b2b1a579b4
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Jun 13 03:15:43 2015 -0700

    Add recommended packages
    
    ${python:Recommends} apparently doesn't pick up the "extras"
    field in setup.py. They are added manually here. Python3 does not
    recommend libsbml because the python package for it doesn't support
    that version. libglpk36 is picked up by ${shlibs:Depends}, so is
    not really a Recommends anymore.
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 6fb756c..29e14ae 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,9 @@ Architecture: any
 Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ${python:Depends}
-Recommends: libglpk36
+Recommends: python-numpy,
+	    python-scipy,
+	    libsbml5-python
 Description: constraint-based modeling of biological networks (Python 2)
  COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely
  used for genome-scale modeling of metabolic networks in both prokaryotes
@@ -44,7 +46,8 @@ Architecture: any
 Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ${python3:Depends}
-Recommends: libglpk36
+Recommends: python3-numpy,
+	    python3-scipy
 Description: constraint-based modeling of biological networks (Python 3)
  COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely
  used for genome-scale modeling of metabolic networks in both prokaryotes

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



More information about the debian-med-commit mailing list