diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-02 09:51:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-02 09:51:43 +0000 |
| commit | fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525 (patch) | |
| tree | 4b0db3ced199a9460de0c9b4c029fba1445b3d03 /dev-python/httpx | |
| parent | 563e25c321149400d8427e4676aa9e495176778d (diff) | |
| download | baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.tar.gz baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.tar.xz baldeagleos-repo-fa7fae42b751ff35b4282bb1fe8d3f2ba33f6525.zip | |
Adding metadata
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 afed9353672b..0f9a35ad5367 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 |
