summaryrefslogtreecommitdiff
path: root/graphics/py-pyqtgraph/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-pyqtgraph/files/patch-setup.py')
-rw-r--r--graphics/py-pyqtgraph/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-pyqtgraph/files/patch-setup.py b/graphics/py-pyqtgraph/files/patch-setup.py
new file mode 100644
index 000000000000..af16b70a8c39
--- /dev/null
+++ b/graphics/py-pyqtgraph/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2021-04-19 21:31:31 UTC
++++ setup.py
+@@ -143,7 +143,7 @@ setup(
+ "pyqtgraph": ["colors/maps/*.csv", "colors/maps/*.txt"],
+ },
+ install_requires = [
+- 'numpy>=1.17.0',
++ 'numpy>0',
+ ],
+ **setupOpts
+ )