forked from pool/meson
Dominique Leuenberger
af0977bc7a
Revert to Factory version 0.56.2 - together with patch to address GCC11 / GNOME build issues (0.57.2 is stored in a branch of mine) OBS-URL: https://build.opensuse.org/request/show/891206 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=203
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
|