1
0
Files
NetworkManager/python3.6-in-sle.patch
Dominique Leuenberger 20a5a67349 Accepting request 1130692 from home:yfjiang:branches:GNOME:Factory
- Add python3.6-in-sle.patch: SLE still takes python 3.6 as primary
  system, the patch allows meson to find python 3.6 in SLE.

OBS-URL: https://build.opensuse.org/request/show/1130692
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=487
2023-12-04 12:26:52 +00:00

14 lines
393 B
Diff

Index: NetworkManager-1.44.2/meson.build
===================================================================
--- NetworkManager-1.44.2.orig/meson.build
+++ NetworkManager-1.44.2/meson.build
@@ -882,7 +882,7 @@ test_args = [
]
py3 = import('python3')
-python = py3.find_python()
+python = find_program('python3')
if python.found()
config_h.set_quoted('TEST_NM_PYTHON', python.path())