forked from pool/meson
- Update to from version 0.57.2: + Support for reading files at configuration time with the fs module. + Experimental support for C++ modules in Visual Studio. + Qt6 module. + Minimum required Python version updated to 3.6. + New logging format for meson test. + Support added for LLVM's thinLTO. - Drop 0200340a.patch: fixed upstream. OBS-URL: https://build.opensuse.org/request/show/906043 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=205
14 lines
511 B
Diff
14 lines
511 B
Diff
Index: meson-0.57.2/setup.py
|
|
===================================================================
|
|
--- meson-0.57.2.orig/setup.py
|
|
+++ meson-0.57.2/setup.py
|
|
@@ -21,7 +21,7 @@ if sys.version_info < (3, 6):
|
|
'\nMeson requires Python 3.6.0 or greater'.format(sys.version))
|
|
|
|
from mesonbuild.coredata import version
|
|
-from setuptools import setup
|
|
+from distutils.core import setup
|
|
|
|
# On windows, will create Scripts/meson.exe and Scripts/meson-script.py
|
|
# Other platforms will create bin/meson
|