summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-03-04 11:04:01 +0100
committerPicca Frédéric-Emmanuel <picca@debian.org>2018-03-04 11:14:27 +0100
commit35737489340e8174a7b64807d7e85de4ab7c0f56 (patch)
treeb472d8f2630982a093aecfb900ae96328c2b7baf /debian/patches
parent1b77b357d6951b274849868ffa865c48c4a472d0 (diff)
add the futures package for python2
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0007-add-install_requires-dependencies.patch9
1 files changed, 5 insertions, 4 deletions
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"',