summaryrefslogtreecommitdiff
path: root/debian/patches/0007-add-install_requires-dependencies.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0007-add-install_requires-dependencies.patch')
-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 8d5759b..ad127d1 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 bede4df..c41df00 100644
+index 51f9be2..d214b5a 100644
--- a/setup.py
+++ b/setup.py
-@@ -701,7 +701,23 @@ def get_project_configuration(dry_run):
+@@ -777,7 +777,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"',