python-reportlab: fix transitional package
This commit is contained in:
parent
8221678ed9
commit
b9ed4a157a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-reportlab'
|
||||
pkgname=python-reportlab
|
||||
version=3.3.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="reportlab-$version"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -35,5 +35,5 @@ python3-reportlab_package() {
|
|||
python3.4-reportlab_package() {
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-reportlab=${version}_${revision}"
|
||||
depends="python3-reportlab>=${version}_${revision}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue