python3-Flask-Babel: fix deps & tests

This commit is contained in:
icp 2022-09-16 01:32:03 +05:30 committed by classabbyamp
parent f065fed4a1
commit 2e5dd4a028
1 changed files with 3 additions and 2 deletions

View File

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