[pyoperators] 07/12: d/control: fix list of recommended / suggested dependencies: - Drop numexpr from Recommends, picked as Depends instead. - Add mpi4py, pyfftw, pywt to Suggests.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jun 8 14:23:21 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 bfc11c780cc50f0f6ba0fd3ae0540f98a6650b31
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Jun 7 17:35:44 2016 +0100

    d/control: fix list of recommended / suggested dependencies:
    - Drop numexpr from Recommends, picked as Depends instead.
    - Add mpi4py, pyfftw, pywt to Suggests.
---
 debian/control | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 56384bd..0de64df 100644
--- a/debian/control
+++ b/debian/control
@@ -31,8 +31,9 @@ Architecture: any
 Depends: ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends}
-Recommends: python-numexpr
-Suggests: python-pyfftw
+Suggests: python-mpi4py,
+          python-pyfftw,
+          python-pywt
 Description: Operators and solvers for high-performance computing (Python 2)
  The PyOperators package defines operators and solvers for high-performance
  computing. These operators are multi-dimensional functions with optimised
@@ -46,8 +47,9 @@ Architecture: any
 Depends: ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends}
-Recommends: python3-numexpr
-Suggests: python3-pyfftw
+Suggests: python3-mpi4py,
+          python3-pyfftw,
+          python3-pywt
 Description: Operators and solvers for high-performance computing (Python 3)
  The PyOperators package defines operators and solvers for high-performance
  computing. These operators are multi-dimensional functions with optimised

-- 
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