kronometer: remove unused python hostmakedepend

This commit is contained in:
classabbyamp 2022-08-27 18:56:42 -04:00
parent 262a2cccc4
commit 1774d75aed
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}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
checksum=75259b80dc2a074d2a1d5d11a909a599a998b570ad0b5bf995580d95c4411a16
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig-devel kdoctools python qt5-host-tools qt5-qmake"
hostmakedepends+=" kconfig-devel kdoctools qt5-host-tools qt5-qmake"
fi