summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-26 16:17:32 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-26 16:25:46 +0100
commitb56addef2f86306b56b0e66c20c5dbfc54211fb7 (patch)
tree4f8a43754fa297f4a584f37e0bdc608c7a045f1e /dev-python/httpx
parentdev-lang/gnucobol: drop 1.1 (diff)
downloadgentoo-b56addef2f86306b56b0e66c20c5dbfc54211fb7.tar.gz
gentoo-b56addef2f86306b56b0e66c20c5dbfc54211fb7.tar.bz2
gentoo-b56addef2f86306b56b0e66c20c5dbfc54211fb7.zip
dev-python/httpx: Loosen rfc3986 dependency upstream
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r--dev-python/httpx/httpx-0.23.1-r1.ebuild (renamed from dev-python/httpx/httpx-0.23.1.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/httpx/httpx-0.23.1.ebuild b/dev-python/httpx/httpx-0.23.1-r1.ebuild
index 5ffaaf198d4e..41214b718b03 100644
--- a/dev-python/httpx/httpx-0.23.1.ebuild
+++ b/dev-python/httpx/httpx-0.23.1-r1.ebuild
@@ -58,6 +58,7 @@ src_prepare() {
if ! use cli; then
sed -i -e '/console_scripts/d' setup.py || die
fi
+ sed -i -e '/rfc3986/s:,<2::' pyproject.toml || die
distutils-r1_src_prepare
}