python-reportlab: fix transitional package

This commit is contained in:
Duncaen 2017-02-01 21:22:51 +01:00
parent 8221678ed9
commit b9ed4a157a

View file

@ -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}"
}