forked from pool/PackageKit
Dominique Leuenberger
aaa279bd5d
- Add PackageKit-find-python-3-6.patch: Specify the Python version we need to build this package. OBS-URL: https://build.opensuse.org/request/show/1139384 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=450
13 lines
600 B
Diff
13 lines
600 B
Diff
diff --unified --recursive --text --new-file --color PackageKit-1.2.8.old/backends/dnf/meson.build PackageKit-1.2.8.new/backends/dnf/meson.build
|
|
--- PackageKit-1.2.8.old/backends/dnf/meson.build 2023-11-09 04:35:41.000000000 +0800
|
|
+++ PackageKit-1.2.8.new/backends/dnf/meson.build 2024-01-02 16:12:35.600072285 +0800
|
|
@@ -8,7 +8,7 @@
|
|
endif
|
|
|
|
python = import('python')
|
|
-python_exec = python.find_installation()
|
|
+python_exec = python.find_installation('python3.6')
|
|
python_package_dir = get_option('pythonpackagedir')
|
|
if python_package_dir == ''
|
|
python_package_dir = python_exec.get_install_dir()
|