Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/uvicorn/
Date: Sun, 07 Feb 2021 08:24:27
Message-Id: 1612686240.80957eb7ff14d070477c639a6875e78db2eb2f6f.andrewammerlaan@gentoo
1 commit: 80957eb7ff14d070477c639a6875e78db2eb2f6f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Feb 7 08:24:00 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Feb 7 08:24:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80957eb7
7
8 dev-python/uvicorn: fix dependencies
9
10 tests pas with newer version of dev-python/watchgod
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
14
15 dev-python/uvicorn/uvicorn-0.13.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/uvicorn/uvicorn-0.13.3.ebuild b/dev-python/uvicorn/uvicorn-0.13.3.ebuild
19 index d6a523d6..ffb4f1c3 100644
20 --- a/dev-python/uvicorn/uvicorn-0.13.3.ebuild
21 +++ b/dev-python/uvicorn/uvicorn-0.13.3.ebuild
22 @@ -36,11 +36,11 @@ BDEPEND="test? (
23 dev-python/trustme[${PYTHON_USEDEP}]
24 >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}]
25 >=dev-python/websockets-8.0[${PYTHON_USEDEP}]
26 + <dev-python/websockets-9.0[${PYTHON_USEDEP}]
27 >=dev-python/httptools-0.1[${PYTHON_USEDEP}]
28 <dev-python/httptools-0.2[${PYTHON_USEDEP}]
29 dev-python/httpx[${PYTHON_USEDEP}]
30 >=dev-python/watchgod-0.6[${PYTHON_USEDEP}]
31 - <dev-python/watchgod-0.7[${PYTHON_USEDEP}]
32 dev-python/wsproto[${PYTHON_USEDEP}]
33 )"