[statsmodels] 05/14: Add Python 3 build dependencies & fix build-indep list

Diane Trout diane at moszumanska.debian.org
Fri Sep 8 06:26:14 UTC 2017


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

diane pushed a commit to branch detrout-python3
in repository statsmodels.

commit 109d51928ad9da9cb811b3ae238764a513b8871b
Author: Diane Trout <diane at ghic.org>
Date:   Thu Sep 7 22:24:15 2017 -0700

    Add Python 3 build dependencies & fix build-indep list
    
    There were some binary dependent packages in the list, and some
    independent packages in the Build-Depends list.
---
 debian/control | 34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 129e64f..87bbc39 100644
--- a/debian/control
+++ b/debian/control
@@ -5,21 +5,33 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Yaroslav Halchenko <debian at onerussian.com>, Michael Hanke <michael.hanke at gmail.com>
 Build-Depends: debhelper (>= 9),
                python-all-dev, python-setuptools,
-               python-numpy (>= 1:1.4.0),
-               python-scipy,
-               python-nose,
-               python-matplotlib,
-               python-pandas,
-               python-joblib,
                cython,
-               python-patsy,
+               cython3,
+               dh-python,
                python-cvxopt,
-               dh-python
-Build-Depends-Indep:
+               python-matplotlib,
+               python-numpy (>= 1:1.4.0),
+               python-pandas,
+               python-scipy,
                python-zmq,
-               nodejs,
-               pandoc,
+               python3-all-dev,
+               python3-cvxopt,
+               python3-matplotlib,
+               python3-numpy (>= 1:1.4.0),
+               python3-pandas,
+               python3-scipy,
+               python3-setuptools,
+               python3-zmq
+Build-Depends-Indep: ipython3 (>= 5~) | ipython3-notebook (>= 0.13.1),
+                     nodejs,
+                     pandoc,
+                     python-joblib,
+                     python-nose,
+                     python-patsy,
+                     python3-joblib,
+                     python3-nose,
                      python3-numpydoc,
+                     python3-patsy,
                      python3-sphinx (>= 1.0.6),
                      python3-traitlets | ipython3-notebook (>= 0.13.1)
 Standards-Version: 4.0.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/statsmodels.git



More information about the debian-science-commits mailing list