diff options
-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 } |