commit: 56a5bdad36a4b551c8b917cda844c670f8391fd7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 15:43:08 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 15:43:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a5bdad
dev-python/httpbin: Force werkzeug<3 in 0.7.0 as well
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpbin/{httpbin-0.7.0-r5.ebuild => httpbin-0.7.0-r6.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
b/dev-python/httpbin/httpbin-0.7.0-r6.ebuild
similarity index 97%
rename from dev-python/httpbin/httpbin-0.7.0-r5.ebuild
rename to dev-python/httpbin/httpbin-0.7.0-r6.ebuild
index 1199c113d762..b905561d50cc 100644
--- a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
+++ b/dev-python/httpbin/httpbin-0.7.0-r6.ebuild
@@ -25,6 +25,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}]
"