From 35737489340e8174a7b64807d7e85de4ab7c0f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sun, 4 Mar 2018 11:04:01 +0100 Subject: add the futures package for python2 --- debian/control | 1 + debian/patches/0007-add-install_requires-dependencies.patch | 9 +++++---- debian/pydist-overrides | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index b176a43..4a80546 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: cython (>= 0.23.2), ipython3-qtconsole, python-all-dbg, python-all-dev, + python-concurrent.futures, python-enum34, python-fabio, python-fabio-dbg, diff --git a/debian/patches/0007-add-install_requires-dependencies.patch b/debian/patches/0007-add-install_requires-dependencies.patch index bc04415..44dfd09 100644 --- a/debian/patches/0007-add-install_requires-dependencies.patch +++ b/debian/patches/0007-add-install_requires-dependencies.patch @@ -4,20 +4,21 @@ Date: Thu, 17 Aug 2017 09:30:39 +0200 Subject: add install_requires dependencies --- - setup.py | 18 +++++++++++++++++- - 1 file changed, 17 insertions(+), 1 deletion(-) + setup.py | 19 ++++++++++++++++++- + 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py -index 08e4f90..da74ffd 100644 +index 08e4f90..855ca09 100644 --- a/setup.py +++ b/setup.py -@@ -776,7 +776,23 @@ def get_project_configuration(dry_run): +@@ -776,7 +776,24 @@ def get_project_configuration(dry_run): # for most of the computation "numpy", # for the script launcher - "setuptools"] + "setuptools", + # Debian added ++ 'futures;python_version<"3.2"', + "ipython", + "qtconsole", + 'enum34;python_version<"3.4"', diff --git a/debian/pydist-overrides b/debian/pydist-overrides index a9fde6e..4a84372 100644 --- a/debian/pydist-overrides +++ b/debian/pydist-overrides @@ -1,2 +1,3 @@ pyqt5 python-pyqt5,python-pyqt5.qtopengl,python-pyqt5.qtsvg enum34_python_version python-enum34 +futures_python_version python-concurrent.futures -- cgit v1.2.3