cbf2cd4
diff -up scikit-image-0.21.0/meson.build.version scikit-image-0.21.0/meson.build
cbf2cd4
--- scikit-image-0.21.0/meson.build.version	2023-06-01 20:12:41.000000000 -0600
cbf2cd4
+++ scikit-image-0.21.0/meson.build	2023-06-02 20:39:40.048765638 -0600
cbf2cd4
@@ -4,7 +4,7 @@ project(
cbf2cd4
   # Note that the git commit hash cannot be added dynamically here
cbf2cd4
   # That only happens when importing from a git repository.
cbf2cd4
   # See `skimage/__init__.py`
cbf2cd4
-  version: run_command('skimage/_build_utils/version.py', check: true).stdout().strip(),
cbf2cd4
+  version: run_command('python3', 'skimage/_build_utils/version.py', check: true).stdout().strip(),
cbf2cd4
   license: 'BSD-3',
cbf2cd4
   meson_version: '>= 0.63.0',
cbf2cd4
   default_options: [