[pyoperators] 04/10: d/control: update dependencies: - Add nose, numexpr, scipy, setuptools to Build-Depends. - Add numexpr to Depends.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jun 10 21:23:43 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository pyoperators.

commit 111cadb0db7af09b26b7f441a56c6719e0f2bc76
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Jun 10 14:16:41 2016 +0100

    d/control: update dependencies:
    - Add nose, numexpr, scipy, setuptools to Build-Depends.
    - Add numexpr to Depends.
---
 debian/control | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index ae4ff3d..a65b867 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,17 @@ Build-Depends: debhelper (>= 9),
                cython3,
                dh-python,
                python-all-dev,
+               python-nose,
+               python-numexpr,
                python-numpy,
-               python-pkg-resources,
+               python-scipy,
+               python-setuptools,
                python3-all-dev,
+               python3-nose,
+               python3-numexpr,
                python3-numpy,
-               python3-pkg-resources
+               python3-scipy,
+               python3-setuptools
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyoperators.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyoperators.git
@@ -24,7 +30,8 @@ Package: python-pyoperators
 Architecture: any
 Depends: ${misc:Depends},
          ${python:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         python-numexpr
 Suggests: python-mpi4py,
           python-pyfftw,
           python-pywt
@@ -40,7 +47,8 @@ Package: python3-pyoperators
 Architecture: any
 Depends: ${misc:Depends},
          ${python3:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         python3-numexpr
 Suggests: python3-mpi4py,
           python3-pyfftw,
           python3-pywt

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



More information about the debian-science-commits mailing list