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/patches/0007-add-install_requires-dependencies.patch | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'debian/patches') 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"', -- cgit v1.2.3