diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-01 17:43:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-01 17:43:37 +0200 |
commit | 56a5bdad36a4b551c8b917cda844c670f8391fd7 (patch) | |
tree | 2a39bd810c38fbf1b000ef3fd11ed9996cbcc30a /dev-python/httpbin | |
parent | dev-python/httpbin: Remove old (diff) | |
download | gentoo-56a5bdad36a4b551c8b917cda844c670f8391fd7.tar.gz gentoo-56a5bdad36a4b551c8b917cda844c670f8391fd7.tar.bz2 gentoo-56a5bdad36a4b551c8b917cda844c670f8391fd7.zip |
dev-python/httpbin: Force werkzeug<3 in 0.7.0 as well
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r-- | dev-python/httpbin/httpbin-0.7.0-r6.ebuild (renamed from dev-python/httpbin/httpbin-0.7.0-r5.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild b/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}] " |