kdesignerplugin: remove unused python hostmakedepend

This commit is contained in:
classabbyamp 2022-08-27 18:29:39 -04:00
parent 51d22db831
commit 225545f615
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -15,7 +15,7 @@ distfiles="${KDE_SITE}/frameworks/${version%.*}/portingAids/${pkgname}-${version
checksum=09e6017565a747c039bc1b1079f65ef4367474733ff21891a006c4964353ad31
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools python kgendesignerplugin kdoctools"
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools kgendesignerplugin kdoctools"
configure_args+=" -DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5"
fi