dev-python/uvicorn: do not depend on black

tests work without it installed and otherwise we have
to remove py3_7

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-18 20:27:32 +01:00
parent d1addcb970
commit 770c11eb87

View File

@@ -30,7 +30,6 @@ BDEPEND="doc? ( !x86? (
dev-python/mkdocs-material ) )"
DEPEND="test? (
dev-python/black[${PYTHON_USEDEP}]
dev-python/isort[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}]