From d60613a06f2c8f28332a11a622567b02cf958cde Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 27 Aug 2022 22:30:44 -0400 Subject: [PATCH] skanlite: remove unused python hostmakedepend --- srcpkgs/skanlite/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/skanlite/template b/srcpkgs/skanlite/template index d90d0b902f0..b55862b227a 100644 --- a/srcpkgs/skanlite/template +++ b/srcpkgs/skanlite/template @@ -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