mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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'
|
# Template file for 'python-reportlab'
|
||||||
pkgname=python-reportlab
|
pkgname=python-reportlab
|
||||||
version=3.3.0
|
version=3.3.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="reportlab-$version"
|
wrksrc="reportlab-$version"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -35,5 +35,5 @@ python3-reportlab_package() {
|
||||||
python3.4-reportlab_package() {
|
python3.4-reportlab_package() {
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
depends="python3-reportlab=${version}_${revision}"
|
depends="python3-reportlab>=${version}_${revision}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue