summaryrefslogtreecommitdiff
path: root/dev-python/httpx
diff options
context:
space:
mode:
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)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/httpx/httpx-0.23.1.ebuild b/dev-python/httpx/httpx-0.23.1-r1.ebuild
index ec11278e081a..5033ca7b5a3b 100644
--- a/dev-python/httpx/httpx-0.23.1.ebuild
+++ b/dev-python/httpx/httpx-0.23.1-r1.ebuild
@@ -56,8 +56,9 @@ distutils_enable_tests pytest
src_prepare() {
if ! use cli; then
- sed -i -e '/console_scripts/d' setup.py || die
+ sed -i -e '/^httpx =/d' pyproject.toml || die
fi
+ sed -i -e '/rfc3986/s:,<2::' pyproject.toml || die
distutils-r1_src_prepare
}