diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-19 14:50:17 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-19 21:22:00 -0700 |
commit | 6052dff3fd22d63bdec6c8c633dbed397692508e (patch) | |
tree | 7e3d5220f1f66948e27c68016e1d430232cc2555 /graphics/py-pyqtgraph/files/patch-setup.py | |
parent | security/vuxml: Document OpenOffice vulnerability CVE-2021-30245 (diff) |
graphics/py-pyqtgraph: Remove math/py-numpy strict version limit because math/py-numpy isn't at this version yet
Diffstat (limited to 'graphics/py-pyqtgraph/files/patch-setup.py')
-rw-r--r-- | graphics/py-pyqtgraph/files/patch-setup.py | 11 |
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 + ) |