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.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0007-add-install_requires-dependencies.patch b/debian/patches/0007-add-install_requires-dependencies.patch
index ad127d1..940ac56 100644
--- a/debian/patches/0007-add-install_requires-dependencies.patch
+++ b/debian/patches/0007-add-install_requires-dependencies.patch
@@ -8,12 +8,12 @@ Subject: add install_requires dependencies
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
-index 51f9be2..d214b5a 100644
+index bc7ea27..8c4dd3d 100644
--- a/setup.py
+++ b/setup.py
-@@ -777,7 +777,24 @@ def get_project_configuration(dry_run):
+@@ -857,7 +857,24 @@ def get_project_configuration(dry_run):
# for most of the computation
- "numpy",
+ "numpy %s" % numpy_requested_version,
# for the script launcher
- "setuptools"]
+ "setuptools",