From 6a3368e4b32088114507a22bf735c6e08426fbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 15 Apr 2020 23:57:57 +0200 Subject: [PATCH] ksmtp: build with python3 --- srcpkgs/ksmtp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ksmtp/template b/srcpkgs/ksmtp/template index 51ab0c2cde3..2b395b60150 100644 --- a/srcpkgs/ksmtp/template +++ b/srcpkgs/ksmtp/template @@ -3,7 +3,7 @@ pkgname=ksmtp version=19.12.3 revision=1 build_style=cmake -hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python3 gettext kcoreaddons" makedepends="kmime-devel kio-devel" short_desc="Job-based library to send email through an SMTP server"