commit:     2d5364e8a3dc4f3ba2959e503ad22d8a4b57f6ca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 03:13:29 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 03:21:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5364e8

dev-python/httpbin: Require werkzeug < 3

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/httpbin/{httpbin-0.10.1.ebuild => httpbin-0.10.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/httpbin/httpbin-0.10.1.ebuild 
b/dev-python/httpbin/httpbin-0.10.1-r1.ebuild
similarity index 95%
rename from dev-python/httpbin/httpbin-0.10.1.ebuild
rename to dev-python/httpbin/httpbin-0.10.1-r1.ebuild
index 020ba48b0913..5c1775fc8286 100644
--- a/dev-python/httpbin/httpbin-0.10.1.ebuild
+++ b/dev-python/httpbin/httpbin-0.10.1-r1.ebuild
@@ -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}]
 "
 

Reply via email to