diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-01 12:10:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-01 14:46:46 +0100 |
commit | 315dcaf0331e110ec7d14ece7e3d6e649e92f7b1 (patch) | |
tree | 7dd9b707740a221498f13bc11bda88bf777c55d8 /dev-python/httpx | |
parent | app-i18n/ibus-anthy: new upstream release (diff) | |
download | gentoo-315dcaf0331e110ec7d14ece7e3d6e649e92f7b1.tar.gz gentoo-315dcaf0331e110ec7d14ece7e3d6e649e92f7b1.tar.bz2 gentoo-315dcaf0331e110ec7d14ece7e3d6e649e92f7b1.zip |
dev-python/httpx: Relax rich dependency
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-r1.ebuild (renamed from dev-python/httpx/httpx-0.22.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/httpx/httpx-0.22.0.ebuild b/dev-python/httpx/httpx-0.22.0-r1.ebuild index 6cc05440c2be..d4b99a44ad3a 100644 --- a/dev-python/httpx/httpx-0.22.0.ebuild +++ b/dev-python/httpx/httpx-0.22.0-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND=" cli? ( =dev-python/click-8*[${PYTHON_USEDEP}] =dev-python/pygments-2*[${PYTHON_USEDEP}] - =dev-python/rich-10*[${PYTHON_USEDEP}] + <dev-python/rich-12[${PYTHON_USEDEP}] ) " BDEPEND=" @@ -54,6 +54,7 @@ BDEPEND=" distutils_enable_tests pytest src_prepare() { + sed -i -e '/rich/s:==10[.][*]:<12:' setup.py || die if ! use cli; then sed -i -e '/console_scripts/d' setup.py || die fi |