python-wxPython/require-numpy.patch
Jan Engelhardt d1d6fba381 - Disable python3 (=3.6) flavor for 15.X
* Upstream only supports Python 3.7+
  * Requires sip 6.8 which only supports Python 3.8+

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=63
2024-11-20 15:22:45 +00:00

12 lines
427 B
Diff

Revert https://github.com/wxWidgets/Phoenix/commit/b1c55639dfb73db3a11307c9de888540cec512df
--- a/requirements/install.txt 2023-06-07 01:31:16.000000000 +0000
+++ b/requirements/install.txt 2024-01-06 22:08:26.485981672 +0000
@@ -1,5 +1,4 @@
# Runtime dependencies needed when using wxPython Phoenix
-numpy < 1.17 ; python_version <= '2.7'
-numpy ; python_version >= '3.0' and python_version < '3.12'
+numpy
pillow
six