From 6c5e137971e9de0fc65e30517cdc03fcf630561f 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 | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc7ea27..8c4dd3d 100644 --- a/setup.py +++ b/setup.py @@ -857,7 +857,24 @@ def get_project_configuration(dry_run): # for most of the computation "numpy %s" % numpy_requested_version, # for the script launcher - "setuptools"] + "setuptools", + # Debian added + 'futures;python_version<"3.2"', + "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