diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-15 09:46:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-15 10:04:18 +0200 |
commit | 16401a623e2035fea81b73706198acdd8d3a1c04 (patch) | |
tree | 09bbb338d1c3984147e45925e0f3151ac37cc75f /dev-python/httpx | |
parent | dev-ruby/rspec-rails: enable ruby30 (diff) | |
download | gentoo-16401a623e2035fea81b73706198acdd8d3a1c04.tar.gz gentoo-16401a623e2035fea81b73706198acdd8d3a1c04.tar.bz2 gentoo-16401a623e2035fea81b73706198acdd8d3a1c04.zip |
dev-python/httpx: Unpin dev-python/rfc3986
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r-- | dev-python/httpx/httpx-0.22.0-r3.ebuild (renamed from dev-python/httpx/httpx-0.22.0-r2.ebuild) | 4 |
1 files 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 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 |