dev-python/httpbin: Require werkzeug < 3

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-10-01 05:13:29 +02:00
parent e19f450fe0
commit 2d5364e8a3

View File

@@ -26,6 +26,7 @@ RDEPEND="
dev-python/itsdangerous[${PYTHON_USEDEP}]
dev-python/markupsafe[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
<dev-python/werkzeug-3[${PYTHON_USEDEP}]
>=dev-python/werkzeug-2.0[${PYTHON_USEDEP}]
"