File fix-versions.patch of Package netplan
diff -rub netplan-1.1/python-cffi/netplan/meson.build netplan-1.1-patched/python-cffi/netplan/meson.build
--- netplan-1.1/python-cffi/netplan/meson.build 2024-08-14 12:40:21.000000000 +0200
+++ netplan-1.1-patched/python-cffi/netplan/meson.build 2024-08-17 20:04:32.357129572 +0200
@@ -1,6 +1,6 @@
pymod = import('python')
python = pymod.find_installation(
- 'python3',
+ 'python3.11',
modules: ['cffi']
)
python_dep = python.dependency(required: true)