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 c71ed43ee2bce3a8d4307cb3e8da52443c7414ae Author: Afif Elghraoui <[email protected]> Date: Thu Jul 9 21:21:10 2015 -0700 Add build-dependencies on python(3)-six The module used to be bundled, but not anymore. Besides, it's better this way. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index bbf18c3..46b7688 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,12 @@ Build-Depends: debhelper (>= 9), python-all, python-all-dev, python-setuptools, + python-six, cython, python3-all, python3-all-dev, python3-setuptools, + python3-six, cython3, python3-sphinx, libglpk-dev -- 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
