From 886519adea3251e7a0f72bfa9862ffadeccaa895 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 29 Mar 2020 15:19:12 +0200 Subject: [PATCH] dev-python/sanic: tests need uvicorn Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- dev-python/sanic/sanic-19.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sanic/sanic-19.12.2.ebuild b/dev-python/sanic/sanic-19.12.2.ebuild index a9e22ccf1c..45084503c4 100644 --- a/dev-python/sanic/sanic-19.12.2.ebuild +++ b/dev-python/sanic/sanic-19.12.2.ebuild @@ -34,10 +34,10 @@ DEPEND=" test? ( dev-python/beautifulsoup[${PYTHON_USEDEP}] dev-python/httpcore[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-benchmark[${PYTHON_USEDEP}] dev-python/pytest-sanic[${PYTHON_USEDEP}] dev-python/pytest-sugar[${PYTHON_USEDEP}] + dev-python/uvicorn[${PYTHON_USEDEP}] www-servers/gunicorn[${PYTHON_USEDEP}] ) "