commit: 886519adea3251e7a0f72bfa9862ffadeccaa895
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 29 13:19:12 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 29 13:19:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=886519ad
dev-python/sanic: tests need uvicorn
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
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 a9e22cc..4508450 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}]
)
"