[silx] 04/04: add install_requires dependencies

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Nov 25 21:38:42 UTC 2017


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

picca pushed a commit to branch patch-queue/master
in repository silx.

commit db570bcccbd317b32aeffa3ccbde5ab41eb24588
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Thu Aug 17 09:30:39 2017 +0200

    add install_requires dependencies
    
    
    Gbp-Pq: Name 0007-add-install_requires-dependencies.patch
---
 setup.py | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bede4df..c41df00 100644
--- a/setup.py
+++ b/setup.py
@@ -701,7 +701,23 @@ def get_project_configuration(dry_run):
         # for most of the computation
         "numpy",
         # for the script launcher
-        "setuptools"]
+        "setuptools",
+        # Debian added
+        "ipython",
+        "qtconsole",
+        'enum34;python_version<"3.4"',
+        "fabio",
+        "h5py",
+        "lxml",
+        "mako",
+        "matplotlib",
+        "PyOpenGL",
+        "pil",
+        "pyopencl",
+        "PyQt5",
+        "scipy",
+        "six"
+    ]
 
     setup_requires = ["setuptools", "numpy"]
 

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



More information about the debian-science-commits mailing list