commit: b32e038db74fde59d2ab521cc7973926b34a46b6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jul 9 05:13:55 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 05:14:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32e038d
dev-python/flask-wtf: Require newer flask-babel Require newer version of dev-python/flask-babel to workaround dev-python/werkzeug breakage from older versions. Closes: https://bugs.gentoo.org/731734 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/flask-wtf/flask-wtf-0.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-wtf/flask-wtf-0.14.3.ebuild b/dev-python/flask-wtf/flask-wtf-0.14.3.ebuild index 49e218201e0..8a5670f086a 100644 --- a/dev-python/flask-wtf/flask-wtf-0.14.3.ebuild +++ b/dev-python/flask-wtf/flask-wtf-0.14.3.ebuild @@ -21,7 +21,7 @@ IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" - dev-python/Babel[${PYTHON_USEDEP}] + >=dev-python/Babel-1[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] dev-python/flask-babel[${PYTHON_USEDEP}] dev-python/itsdangerous[${PYTHON_USEDEP}]
