python3-PyQt-builder: depends on sip5, not the other way.

This commit is contained in:
Đoàn Trần Công Danh 2020-09-27 14:02:20 +07:00
parent 2626e26cc0
commit 774d4a01a6
1 changed files with 2 additions and 2 deletions

View File

@ -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 <congdanhqx@gmail.com>"
license="BSD-2-Clause"