summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-babel_1.0.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask-babel: update to 1.0.0 and consolidateArmin Kuster2020-07-121-0/+15
The python3-werkzeug 1.0.0 requires this package to be updated. Fixes: File "/usr/lib/python3.8/site-packages/flask_babel/__init__.py", line 19, in <module> from werkzeug import ImmutableDict ImportError: cannot import name 'ImmutableDict' from 'werkzeug' (/usr/lib/python3.8/site-packages/werkzeug/__init__.py) https://github.com/python-babel/flask-babel/issues/162 Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>