summaryrefslogtreecommitdiff
path: root/dev-python/httpx
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-01 14:46:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-01 14:46:24 +0000
commit21b7d6b996a26c84dddfd01dbf4560ac0d376765 (patch)
treed735fc3562b6bb86b3042fc13b0be307bbabe9e0 /dev-python/httpx
parentcffbcdadc6d16999a8ea9d79d035f4c86310f9bc (diff)
downloadbaldeagleos-repo-21b7d6b996a26c84dddfd01dbf4560ac0d376765.tar.gz
baldeagleos-repo-21b7d6b996a26c84dddfd01dbf4560ac0d376765.tar.xz
baldeagleos-repo-21b7d6b996a26c84dddfd01dbf4560ac0d376765.zip
Adding metadata
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 df1d45abc75a..bca940a7de5c 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