diff options
author | 2022-04-01 14:20:56 +0200 | |
---|---|---|
committer | 2022-04-01 14:27:31 +0200 | |
commit | 074fe3a7315a0d5566b1652307836c1726e81ffd (patch) | |
tree | fdab9faf613da9c2346eaf42665b4c4d664fae53 /dev-python/httpx | |
parent | dev-python/ipykernel: Bump to 6.11.0 (diff) | |
download | gentoo-074fe3a7315a0d5566b1652307836c1726e81ffd.tar.gz gentoo-074fe3a7315a0d5566b1652307836c1726e81ffd.tar.bz2 gentoo-074fe3a7315a0d5566b1652307836c1726e81ffd.zip |
dev-python/httpx: Permit rich-12
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-r2.ebuild (renamed from dev-python/httpx/httpx-0.22.0-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/httpx/httpx-0.22.0-r1.ebuild b/dev-python/httpx/httpx-0.22.0-r2.ebuild index 638410ba75dd..b756e1bf9e56 100644 --- a/dev-python/httpx/httpx-0.22.0-r1.ebuild +++ b/dev-python/httpx/httpx-0.22.0-r2.ebuild @@ -33,7 +33,7 @@ RDEPEND=" cli? ( =dev-python/click-8*[${PYTHON_USEDEP}] =dev-python/pygments-2*[${PYTHON_USEDEP}] - <dev-python/rich-12[${PYTHON_USEDEP}] + <dev-python/rich-13[${PYTHON_USEDEP}] ) " BDEPEND=" @@ -54,7 +54,7 @@ BDEPEND=" distutils_enable_tests pytest src_prepare() { - sed -i -e '/rich/s:==10[.][*]:<12:' setup.py || die + sed -i -e '/rich/s:==10[.][*]:<13:' setup.py || die if ! use cli; then sed -i -e '/console_scripts/d' setup.py || die fi |