summaryrefslogtreecommitdiff
path: root/dev-python/httpx
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-27 15:04:17 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-27 15:04:17 +0000
commit33751691cbbd33164fff39b18034900e9011ac8d (patch)
tree02594c82ee61bd22b4b0ecf5f51656e9b74e6dab /dev-python/httpx
parentfa16111439b25627241930f98ed8703aebc92e42 (diff)
downloadbaldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.tar.gz
baldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.tar.xz
baldeagleos-repo-33751691cbbd33164fff39b18034900e9011ac8d.zip
Adding metadata
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
}