mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Flask-Babel: fix deps & tests
This commit is contained in:
parent
f065fed4a1
commit
2e5dd4a028
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-Flask-Babel'
|
# Template file for 'python3-Flask-Babel'
|
||||||
pkgname=python3-Flask-Babel
|
pkgname=python3-Flask-Babel
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-Jinja2 python3-Babel python3-Flask"
|
depends="python3-pytz python3-Jinja2 python3-Babel python3-Flask"
|
||||||
|
checkdepends="${depends} python3-pytest-mock"
|
||||||
short_desc="Python3 i18n and l10n support for Flask based on Babel and pytz"
|
short_desc="Python3 i18n and l10n support for Flask based on Babel and pytz"
|
||||||
maintainer="pulux <pulux@pf4sh.de>"
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue