From 774d4a01a611fa9c48ace65d607dc662d1934832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 27 Sep 2020 14:02:20 +0700 Subject: [PATCH] python3-PyQt-builder: depends on sip5, not the other way. --- srcpkgs/python3-PyQt-builder/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template index 5f36ffc55ac..de69efc881c 100644 --- a/srcpkgs/python3-PyQt-builder/template +++ b/srcpkgs/python3-PyQt-builder/template @@ -1,11 +1,11 @@ # Template file for 'python3-PyQt-builder' pkgname=python3-PyQt-builder version=1.5.0 -revision=1 +revision=2 wrksrc=PyQt-builder-$version build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3" +depends="python3 sip5>=5.4.0_2" short_desc="PEP 517 compliant PyQt build system" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause"