kumquat-buildroot/package/python-flask-babel/Config.in
James Hilliard e9df5b0fc3 package/python-markupsafe: bump to version 2.0.1
Drop python2 support.

Remove python3-markupsafe host build as python2 host builds for
markupsafe are not supported, python3 host builds are moved to
python-markupsafe.

Remove python3-jinja2 host build as python2 host builds for
jinja2 are not supported, python3 host builds are moved to
python-jinja2.

Remove python3-mako host build as python2 host builds for
mako are not supported, python3 host builds are moved to
python-mako.

Propagate reverse python3 dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-11-17 22:34:32 +01:00

15 lines
567 B
Plaintext

config BR2_PACKAGE_PYTHON_FLASK_BABEL
bool "python-flask-babel"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_FLASK # runtime
select BR2_PACKAGE_PYTHON_BABEL # runtime
select BR2_PACKAGE_PYTHON_JINJA2 # runtime
help
Flask-Babel is an extension to Flask that adds i18n and l10n
support to any Flask application with the help of babel,
pytz and speaklater. It has builtin support for date
formatting with timezone support as well as a very simple
and friendly interface to gettext translations.
https://pythonhosted.org/Flask-Babel/