From a7101463432dd0e8519a69bf48b95340a7665b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Thu, 17 Aug 2017 09:30:39 +0200 Subject: 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"] -- cgit v1.2.3