SHA256
1
0
forked from pool/PackageKit
Files
PackageKit/PackageKit-find-python-3-6.patch
Dominique Leuenberger e6fc2371b9 - Add PackageKit-zypp-dont-install-updateCandidateObj.patch:
zypp: Mark the correct packages to-be-installed (bsc#1227389,
  gh#PackageKit/PackageKit/commit/209aa6295).

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=457
2024-09-12 14:02:12 +00:00

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()