diff options
Diffstat (limited to 'dev-python/httpx')
| -rw-r--r-- | dev-python/httpx/httpx-0.23.3-r1.ebuild (renamed from dev-python/httpx/httpx-0.23.3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/httpx/httpx-0.23.3.ebuild b/dev-python/httpx/httpx-0.23.3-r1.ebuild index a95e6a8cf9b8..b4ef3e69dd3c 100644 --- a/dev-python/httpx/httpx-0.23.3.ebuild +++ b/dev-python/httpx/httpx-0.23.3-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND=" cli? ( =dev-python/click-8*[${PYTHON_USEDEP}] =dev-python/pygments-2*[${PYTHON_USEDEP}] - <dev-python/rich-13[${PYTHON_USEDEP}] + dev-python/rich[${PYTHON_USEDEP}] ) " BDEPEND=" @@ -57,7 +57,7 @@ src_prepare() { if ! use cli; then sed -i -e '/^httpx =/d' pyproject.toml || die fi - sed -i -e '/rfc3986/s:,<2::' pyproject.toml || die + sed -i -e '/rfc3986/s:,<2::' -e '/rich/s:,<13::' pyproject.toml || die distutils-r1_src_prepare } |
