dev-python/oauth2client: Add test dep on flask

Closes: https://bugs.gentoo.org/731724
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-07-09 12:07:52 +02:00
parent ab274c9c87
commit 4e79399379

View File

@@ -30,6 +30,7 @@ RDEPEND="
BDEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/flask[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
)
"