[med-svn] [python-cobra] 02/03: Adjust package relationships as requested by upstream
Afif Elghraoui
afif-guest at moszumanska.debian.org
Sat Jul 25 18:49:14 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 d83ae9ef4b9dc01b501fa65b5241057084f58322
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Thu Jul 23 20:50:18 2015 -0700
Adjust package relationships as requested by upstream
Remove jython from suggests and make the python-cobra-data
package a dependency.
See: https://lists.debian.org/debian-med/2015/07/msg00191.html
---
debian/control | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index a634a6b..761fa9e 100644
--- a/debian/control
+++ b/debian/control
@@ -29,13 +29,12 @@ Package: python-cobra
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ${python:Depends}
-Recommends: python-cobra-data,
- python-numpy,
+ ${python:Depends},
+ python-cobra-data
+Recommends: python-numpy,
python-scipy,
libsbml5-python
-Suggests: jython,
- python-matplotlib,
+Suggests: python-matplotlib,
python-pandas
Description: constraint-based modeling of biological networks (Python 2)
COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely
@@ -52,9 +51,9 @@ Package: python3-cobra
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ${python3:Depends}
-Recommends: python-cobra-data,
- python3-numpy,
+ ${python3:Depends},
+ python-cobra-data
+Recommends: python3-numpy,
python3-scipy
Suggests: python3-matplotlib,
python3-pandas
--
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