python3-PyQt-builder: depends on sip5, not the other way.
This commit is contained in:
parent
2626e26cc0
commit
774d4a01a6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue