Plenty of changes, see https://nuitka.net/doc/Changelog.html for details. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=45
15 lines
401 B
Diff
15 lines
401 B
Diff
---
|
|
setup.py | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -448,7 +448,4 @@ Python compiler with full language suppo
|
|
"console_scripts": console_scripts,
|
|
},
|
|
install_requires=install_requires,
|
|
- # As we do version specific hacks for installed inline copies, make the
|
|
- # wheel version and platform specific.
|
|
- distclass=BinaryDistribution,
|
|
)
|