From 49ee0ee92bf450d4afc49825eaafb45c3b183acb Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 18 Mar 2019 17:35:19 +0100 Subject: [PATCH] Workaround for mesonbuild/meson#5097 Force the use of meson 0.49.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e7a484..eb1642d 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( packages=find_packages(), include_package_data=True, install_requires=[ - 'meson' + 'meson==0.49.2' ], entry_points={ 'console_scripts': [