Skip to content

Commit

Permalink
kdevelop-python: work around mis-ordered build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Dec 16, 2024
1 parent 312077c commit c4528ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/kdevelop-python/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake"
pycompile_dirs="usr/share/kdevpythonsupport"
hostmakedepends="extra-cmake-modules tar gettext qt6-base qt6-tools
kf6-kconfig kf6-kcmutils python3"
# 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 kf6-knotifyconfig-devel
kdevelop-devel"
kf6-threadweaver-devel kf6-ktexteditor-devel kf6-kcmutils-devel
kf6-knotifyconfig-devel kdevelop-devel libimobiledevice"
short_desc="Python 3 language and Django project support for KDevelop"
maintainer="yopito <pierre.bourgin@free.fr>"
license="LGPL-2.0-or-later, GPL-2.0-or-later"
Expand Down

0 comments on commit c4528ca

Please sign in to comment.