python3-Flask-Babel: fix deps & tests
This commit is contained in:
parent
f065fed4a1
commit
2e5dd4a028
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'python3-Flask-Babel'
|
||||
pkgname=python3-Flask-Babel
|
||||
version=2.0.0
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
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"
|
||||
maintainer="pulux <pulux@pf4sh.de>"
|
||||
license="BSD-3-Clause"
|
||||
|
|
Loading…
Reference in New Issue