diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-07 16:02:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-01-07 16:02:18 +0000 |
| commit | 79b7d8a4a950a4aa1485d6baa9ad812fe47ab4ea (patch) | |
| tree | 6b6f21cbda50c23f294053a36660f89ca16692fc /dev-python/httpx | |
| parent | 4f4d15b929483c8c6051c5d1894b5370e0a5087b (diff) | |
| download | baldeagleos-repo-79b7d8a4a950a4aa1485d6baa9ad812fe47ab4ea.tar.gz baldeagleos-repo-79b7d8a4a950a4aa1485d6baa9ad812fe47ab4ea.tar.xz baldeagleos-repo-79b7d8a4a950a4aa1485d6baa9ad812fe47ab4ea.zip | |
Adding metadata
Diffstat (limited to 'dev-python/httpx')
| -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 a95e6a8cf9b8..b4ef3e69dd3c 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 } |
