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