fbbdadda9a
- Update to version 0.53.0: + A new module for filesystem operations. + meson dist --include-subprojects. + Added new Meson templates for Dlang, Rust, Objective-C + Add a new summary() function + Generic Overrider for Dynamic Linker selection + fortran_std option + python.dependency() embed kwarg + Scalapack + Search directories for find_program() + Source tags targets + Dictionary entry using string variable as key + Improved CMake subprojects support + compiler.get_linker_id() + CUDA dependency + Added global option to disable C++ RTTI + Introspection API changes OBS-URL: https://build.opensuse.org/request/show/764407 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=151
14 lines
514 B
Diff
14 lines
514 B
Diff
Index: meson-0.52.0/setup.py
|
|
===================================================================
|
|
--- meson-0.52.0.orig/setup.py
|
|
+++ meson-0.52.0/setup.py
|
|
@@ -21,7 +21,7 @@ if sys.version_info < (3, 5, 2):
|
|
'\nMeson requires Python 3.5.2 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
|