kaffeine: remove unused python hostmakedepend

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

View file

@ -23,5 +23,5 @@ build_options_default="dvb"
desc_option_dvb="Enable DVB Support"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
hostmakedepends+=" kdoctools qt5-host-tools qt5-qmake"
fi