python-PyQt5: fix qtwebengine
This commit is contained in:
parent
28ace0d30b
commit
69f32eef68
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-PyQt5'
|
||||
pkgname=python-PyQt5
|
||||
version=5.11.3
|
||||
revision=1
|
||||
revision=2
|
||||
_sipver=4.19.13
|
||||
lib32disabled=yes
|
||||
wrksrc="PyQt5_gpl-${version}"
|
||||
|
@ -15,7 +15,7 @@ hostmakedepends="pkg-config
|
|||
qt5-x11extras-devel qt5-xmlpatterns-devel qt5-networkauth-devel pulseaudio-devel
|
||||
python-enum34"
|
||||
makedepends="${hostmakedepends/pkg-config/}"
|
||||
depends="python-sip>=${_sipver}"
|
||||
depends="python-sip-PyQt5>=${_sipver}"
|
||||
short_desc="Python2 bindings for the Qt5 toolkit"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://riverbankcomputing.com/software/pyqt/intro"
|
||||
|
@ -288,7 +288,7 @@ python-PyQt5-xmlpatterns_package() {
|
|||
python3-PyQt5_package() {
|
||||
lib32disabled=yes
|
||||
pycompile_module="PyQt5"
|
||||
depends="python3-sip>=${_sipver}"
|
||||
depends="python3-sip-PyQt5>=${_sipver}"
|
||||
replaces="python-PyQt5-doc<5.10.1"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue