python3-PyQt5: depends on new sip
This commit is contained in:
parent
19389a3291
commit
2787e6e181
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-PyQt5'
|
||||
pkgname=python3-PyQt5
|
||||
version=5.15.2
|
||||
revision=1
|
||||
revision=2
|
||||
_sipver=12.8.0
|
||||
wrksrc="PyQt5-${version}"
|
||||
build_helper=qemu
|
||||
|
@ -193,7 +193,7 @@ python3-PyQt5-devel-tools_package() {
|
|||
}
|
||||
}
|
||||
python3-PyQt5-devel_package() {
|
||||
depends="sip5 python3-PyQt5-${version}_${revision}"
|
||||
depends="sip>=6.0.0 python3-PyQt5-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove ${py3_sitelib}/PyQt5/bindings
|
||||
|
|
Loading…
Reference in a new issue