From d5a17b05525e64221cb0fdc1fb3c21d6770cf2e9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 14 Jun 2018 20:17:14 +0200 Subject: [PATCH] ReText: fix build on cross arches --- srcpkgs/ReText/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template index 26e345c5b1..4f4ccfaf36 100644 --- a/srcpkgs/ReText/template +++ b/srcpkgs/ReText/template @@ -6,7 +6,7 @@ noarch=yes build_style=python3-module pycompile_module="ReText" wrksrc="${pkgname,,}-${version}" -hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools" +hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools" makedepends="python3-Markdown python3-Markups python3-PyQt5-webkit qt5-tools" depends="desktop-file-utils python3-Markdown python3-Markups python3-PyQt5-webkit"