kdevelop-python: work around mis-ordered build dependencies

This commit is contained in:
Andrew J. Hesford 2024-12-16 07:02:19 -05:00
parent 312077cd8a
commit c4528ca011

View File

@ -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"