From 2ebf15f5987aa596a39f23a03905925b1e5443be Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 17 Dec 2024 09:10:12 -0500 Subject: [PATCH] kdevelop-python: work around multilevel host dependencies --- srcpkgs/kdevelop-python/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template index 590910c1209..5fafb3ada55 100644 --- a/srcpkgs/kdevelop-python/template +++ b/srcpkgs/kdevelop-python/template @@ -5,8 +5,9 @@ revision=2 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake" pycompile_dirs="usr/share/kdevpythonsupport" +# FIXME: libimobiledevice added only to resolve ordering for Python rebuilds hostmakedepends="extra-cmake-modules tar gettext qt6-base qt6-tools - kf6-kconfig kf6-kcmutils python3" + kf6-kconfig kf6-kcmutils python3 libimobiledevice" # FIXME: libimobiledevice added only to resolve ordering for Python rebuilds makedepends="python3-devel kf6-knewstuff-devel kf6-kitemmodels-devel kf6-threadweaver-devel kf6-ktexteditor-devel kf6-kcmutils-devel