commit: 16401a623e2035fea81b73706198acdd8d3a1c04
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 07:46:41 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 15 08:04:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16401a62
dev-python/httpx: Unpin dev-python/rfc3986
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpx/{httpx-0.22.0-r2.ebuild => httpx-0.22.0-r3.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/httpx/httpx-0.22.0-r2.ebuild
b/dev-python/httpx/httpx-0.22.0-r3.ebuild
similarity index 96%
rename from dev-python/httpx/httpx-0.22.0-r2.ebuild
rename to dev-python/httpx/httpx-0.22.0-r3.ebuild
index 26e9b635b50c..9575afbcd90f 100644
--- a/dev-python/httpx/httpx-0.22.0-r2.ebuild
+++ b/dev-python/httpx/httpx-0.22.0-r3.ebuild
@@ -29,7 +29,6 @@ RDEPEND="
dev-python/sniffio[${PYTHON_USEDEP}]
=dev-python/httpcore-0.14*[${PYTHON_USEDEP}]
>=dev-python/rfc3986-1.3[${PYTHON_USEDEP}]
- <dev-python/rfc3986-2[${PYTHON_USEDEP}]
cli? (
=dev-python/click-8*[${PYTHON_USEDEP}]
=dev-python/pygments-2*[${PYTHON_USEDEP}]
@@ -54,7 +53,8 @@ BDEPEND="
distutils_enable_tests pytest
src_prepare() {
- sed -i -e '/rich/s:==10[.][*]:<13:' setup.py || die
+ # unpin deps
+ sed -i -e 's:==[0-9.*]*::' -e 's:,<[0-9.]*::' setup.py || die
if ! use cli; then
sed -i -e '/console_scripts/d' setup.py || die
fi