commit:     80957eb7ff14d070477c639a6875e78db2eb2f6f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Feb  7 08:24:00 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Feb  7 08:24:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80957eb7

dev-python/uvicorn: fix dependencies

tests pas with newer version of dev-python/watchgod

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/uvicorn/uvicorn-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uvicorn/uvicorn-0.13.3.ebuild 
b/dev-python/uvicorn/uvicorn-0.13.3.ebuild
index d6a523d6..ffb4f1c3 100644
--- a/dev-python/uvicorn/uvicorn-0.13.3.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.13.3.ebuild
@@ -36,11 +36,11 @@ BDEPEND="test? (
        dev-python/trustme[${PYTHON_USEDEP}]
        >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}]
        >=dev-python/websockets-8.0[${PYTHON_USEDEP}]
+       <dev-python/websockets-9.0[${PYTHON_USEDEP}]
        >=dev-python/httptools-0.1[${PYTHON_USEDEP}]
        <dev-python/httptools-0.2[${PYTHON_USEDEP}]
        dev-python/httpx[${PYTHON_USEDEP}]
        >=dev-python/watchgod-0.6[${PYTHON_USEDEP}]
-       <dev-python/watchgod-0.7[${PYTHON_USEDEP}]
        dev-python/wsproto[${PYTHON_USEDEP}]
 )"
 

Reply via email to