dev-python/flask: Move asgiref to test-deps

asgiref is entirely optional and I suppose it makes little sense to pull
it in for all flask users.  The packages needing asgiref-related
features will need to dep on asgiref directly (but then, they will
probably have to do that anyway).

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-05-20 12:53:15 +02:00
parent eb7b054e73
commit 54bed86a04

View File

@@ -24,12 +24,15 @@ SLOT="0"
IUSE="examples"
RDEPEND="
>=dev-python/asgiref-3.2[${PYTHON_USEDEP}]
>=dev-python/click-7.1.2[${PYTHON_USEDEP}]
dev-python/blinker[${PYTHON_USEDEP}]
>=dev-python/itsdangerous-2.0[${PYTHON_USEDEP}]
>=dev-python/jinja-3.0[${PYTHON_USEDEP}]
>=dev-python/werkzeug-2.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
>=dev-python/asgiref-3.2[${PYTHON_USEDEP}]
)"
distutils_enable_sphinx docs
distutils_enable_tests pytest