skanlite: remove unused python hostmakedepend

This commit is contained in:
classabbyamp 2022-08-27 22:30:44 -04:00
parent c30d1852cb
commit d60613a06f
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ distfiles="${KDE_SITE}/release-service/${version}/src/skanlite-${version}.tar.xz
checksum=69f7fe0850459c5f81767b4d3ba4d60ffcb3e495d9a2eaf1461bb95b56f013c8
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
hostmakedepends+=" kdoctools qt5-host-tools qt5-qmake"
fi