File fix-package-naming.patch of Package netplan
diff -rub netplan-1.1/meson.build netplan-1.1-patched/meson.build
--- netplan-1.1/meson.build 2024-08-14 12:40:21.000000000 +0200
+++ netplan-1.1-patched/meson.build 2024-08-16 19:07:41.320099828 +0200
@@ -23,10 +23,10 @@
bash_completions_dir = completions.get_variable(pkgconfig: 'completionsdir', default_value: '/etc/bash_completion.d')
# Order: Fedora/Mageia/openSUSE || Debian/Ubuntu
-pyflakes = find_program('pyflakes-3', 'pyflakes3', required: get_option('testing'))
-pycodestyle = find_program('pycodestyle-3', 'pycodestyle', 'pep8', required: get_option('testing'))
-pytest = find_program('pytest-3', 'pytest3', required: get_option('testing')) # also requires the pytest-cov plugin
-pycoverage = find_program('coverage-3', 'python3-coverage', required: get_option('testing'))
+pyflakes = find_program('pyflakes', 'pyflakes3', required: get_option('testing'))
+pycodestyle = find_program('pycodestyle', 'pycodestyle', 'pep8', required: get_option('testing'))
+pytest = find_program('pytest', 'pytest3', required: get_option('testing')) # also requires the pytest-cov plugin
+pycoverage = find_program('coverage', 'python3-coverage', required: get_option('testing'))
pandoc = find_program('pandoc', required: false)
find = find_program('find')