diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-09 02:19:50 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-09 02:37:41 +0800 |
commit | 0360e8e0d4deec9c6d425200e43e4a2b47950bd3 (patch) | |
tree | 3a839696886ff731ee3ad9a815076afcf2461f0f /graphics/py-imageio/files/patch-setup.py | |
parent | graphics/py-contextily: Update to 1.6.2 (diff) |
graphics/py-imageio: Add RAWPY option
Diffstat (limited to 'graphics/py-imageio/files/patch-setup.py')
-rw-r--r-- | graphics/py-imageio/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/py-imageio/files/patch-setup.py b/graphics/py-imageio/files/patch-setup.py new file mode 100644 index 000000000000..795ebaad2833 --- /dev/null +++ b/graphics/py-imageio/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2024-08-13 04:41:56 UTC ++++ setup.py +@@ -117,7 +117,7 @@ extras_require = { + # TODO: move this to cpython_only_plugins when python 3.8 support is dropped + "rawpy": [ + "rawpy", +- "numpy>2", ++ "numpy", + ], # rawpy doesn't support python 3.8 (due to numpy > 2 requirement) + "pillow-heif": ["pillow-heif"], # pillow-heif doesn#t support py3.8 on MacOS ARM + } |