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 252895d04a41883a073a444b2f4a2360fb17a50e Author: Afif Elghraoui <[email protected]> Date: Sun Jul 19 11:57:15 2015 -0700 Appropriately change some 'recommends' to 'suggests' --- debian/control | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 90f9115..a634a6b 100644 --- a/debian/control +++ b/debian/control @@ -33,10 +33,10 @@ Depends: ${shlibs:Depends}, Recommends: python-cobra-data, python-numpy, python-scipy, - libsbml5-python, - python-matplotlib, - python-pandas -Suggests: jython + libsbml5-python +Suggests: jython, + python-matplotlib, + python-pandas 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 @@ -55,9 +55,9 @@ Depends: ${shlibs:Depends}, ${python3:Depends} Recommends: python-cobra-data, python3-numpy, - python3-scipy, - python3-matplotlib, - python3-pandas + python3-scipy +Suggests: python3-matplotlib, + python3-pandas 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
