2021-07-13 10:14:00 +02:00
|
|
|
Index: meson-0.57.2/setup.py
|
2021-05-07 09:19:53 +02:00
|
|
|
===================================================================
|
2021-07-13 10:14:00 +02:00
|
|
|
--- 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))
|
2019-01-16 12:19:24 +01:00
|
|
|
|
|
|
|
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
|