python-sip-PyQt5: fix depends
This commit is contained in:
parent
2192692a91
commit
4366454c18
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sip'
|
# Template file for 'sip'
|
||||||
pkgname=sip
|
pkgname=sip
|
||||||
version=4.19.13
|
version=4.19.13
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="sip-${version}"
|
wrksrc="sip-${version}"
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="python-devel python3-devel"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
|
@ -113,7 +113,7 @@ python3-sip-PyQt5_package() {
|
||||||
}
|
}
|
||||||
python-sip-PyQt5_package() {
|
python-sip-PyQt5_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
depends="${sourcepkg}-${version}_${revision} python3"
|
depends="${sourcepkg}-${version}_${revision} python"
|
||||||
short_desc="Python2 SIP bindings (PyQt5 version)"
|
short_desc="Python2 SIP bindings (PyQt5 version)"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove ${py2_sitelib}/PyQt5/sip.so
|
vmove ${py2_sitelib}/PyQt5/sip.so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue