summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-07 05:19:34 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-07 05:53:46 +0100
commit7e95f5b44bc1077f7b6eb6a550bb06666a0d62ff (patch)
tree6ca397e2aab0d73207b14b49af4e7e51d29c4788
parentdev-python/rich: Bump to 13.0.1 (diff)
downloadgentoo-7e95f5b44bc1077f7b6eb6a550bb06666a0d62ff.tar.gz
gentoo-7e95f5b44bc1077f7b6eb6a550bb06666a0d62ff.tar.bz2
gentoo-7e95f5b44bc1077f7b6eb6a550bb06666a0d62ff.zip
dev-python/httpx: Unpin dev-python/rich
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 8bdd6f0fea7d..f89b00fc919f 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
}