Matej Cepl
3303e85a39
update to 2021.1.11 OBS-URL: https://build.opensuse.org/request/show/865546 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=12
14 lines
472 B
Diff
14 lines
472 B
Diff
Index: imagecodecs-2020.5.30/setup.py
|
|
===================================================================
|
|
--- imagecodecs-2020.5.30.orig/setup.py
|
|
+++ imagecodecs-2020.5.30/setup.py
|
|
@@ -71,7 +71,7 @@ if 'sdist' in sys.argv:
|
|
|
|
|
|
OPTIONS = {
|
|
- 'cythonize': sys.version_info >= (3, 10) or 'PyPy' in sys.version,
|
|
+ 'cythonize': True,
|
|
'include_dirs': ['imagecodecs'],
|
|
'library_dirs': [],
|
|
'libraries': ['m'] if sys.platform != 'win32' else [],
|