python3-PyQt5: Replace missing transitional package
This commit is contained in:
parent
bb3607b4e9
commit
53e63e93ea
1 changed files with 5 additions and 0 deletions
|
@ -419,6 +419,11 @@ python3-PyQt5-xmlpatterns_package() {
|
|||
vmove ${py3_sitelib}/PyQt5/QtXmlPatterns.so
|
||||
}
|
||||
}
|
||||
python3.4-PyQt5_package() {
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-PyQt5>=${version}_${revision}"
|
||||
}
|
||||
python3.4-PyQt5-connectivity_package() {
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} - connectivity module (transitional dummy package)"
|
||||
|
|
Loading…
Reference in a new issue