mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-24 23:12:41 +01:00
12 lines
340 B
Diff
12 lines
340 B
Diff
--- a/lib/contourpy/util/meson.build
|
|
+++ b/lib/contourpy/util/meson.build.new
|
|
@@ -28,7 +28,7 @@
|
|
conf_data.set('mesonpy_version',
|
|
run_command(
|
|
py3,
|
|
- ['-c', 'import importlib.metadata as im; print(im.version("meson-python"))'],
|
|
+ ['-c', 'import mesonpy; print(mesonpy.__version__)'],
|
|
check: true
|
|
).stdout().strip()
|
|
)
|