commit: b56addef2f86306b56b0e66c20c5dbfc54211fb7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 26 15:17:32 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 15:25:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b56addef
dev-python/httpx: Loosen rfc3986 dependency upstream
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpx/{httpx-0.23.1.ebuild => httpx-0.23.1-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/httpx/httpx-0.23.1.ebuild
b/dev-python/httpx/httpx-0.23.1-r1.ebuild
similarity index 97%
rename from dev-python/httpx/httpx-0.23.1.ebuild
rename to 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
}