summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-12-12 07:59:37 +0200
committerSam James <sam@gentoo.org>2024-12-12 07:14:22 +0000
commitb3348204493cb9124af22cdae482e4065bf84bca (patch)
tree50e2380901b4c5478bf32c6d21b66e58b3339fd6 /dev-python
parentdev-php/pecl-raphf: Stabilize 2.0.1-r3 x86, #946293 (diff)
downloadgentoo-b3348204493cb9124af22cdae482e4065bf84bca.tar.gz
gentoo-b3348204493cb9124af22cdae482e4065bf84bca.tar.bz2
gentoo-b3348204493cb9124af22cdae482e4065bf84bca.zip
dev-python/respx: limit <httpx-0.28.0 due to broken compatibility
Closes: https://bugs.gentoo.org/945735 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39691 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/respx/respx-0.21.1-r1.ebuild (renamed from dev-python/respx/respx-0.21.1.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/respx/respx-0.21.1.ebuild b/dev-python/respx/respx-0.21.1-r1.ebuild
index 424cae52ceb9..8b938b5a1627 100644
--- a/dev-python/respx/respx-0.21.1.ebuild
+++ b/dev-python/respx/respx-0.21.1-r1.ebuild
@@ -24,8 +24,10 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
+# https://bugs.gentoo.org/945735
+# https://github.com/lundberg/respx/issues/277
RDEPEND="
- dev-python/httpx[${PYTHON_USEDEP}]
+ <dev-python/httpx-0.28.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (