Blame no-python-deprecation-notice.patch

0c7952
diff -Naur a/mesonbuild/mesonmain.py b/mesonbuild/mesonmain.py
0c7952
--- a/mesonbuild/mesonmain.py	2022-03-14 17:54:43.000000000 +0000
0c7952
+++ b/mesonbuild/mesonmain.py	2022-09-08 11:37:30.188886866 +0100
0c7952
@@ -140,7 +140,7 @@
0c7952
             command = options.command
0c7952
 
0c7952
         if command in ('setup', 'compile', 'test', 'install') and sys.version_info < (3, 7):
0c7952
-            pending_python_deprecation_notice = True
0c7952
+            pending_python_deprecation_notice = False
0c7952
 
0c7952
         try:
0c7952
             return options.run_func(options)