diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-09 12:07:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-09 12:08:22 +0200 |
commit | 4e79399379aacae1a70ffd41aefb916922aab959 (patch) | |
tree | 099c3ea24d0899ab8f4cd7a2faba9442d3fd4835 /dev-python/oauth2client | |
parent | dev-python/google-auth-httplib2: Stabilize 0.0.3 ALLARCHES, #731398 (diff) | |
download | gentoo-4e79399379aacae1a70ffd41aefb916922aab959.tar.gz gentoo-4e79399379aacae1a70ffd41aefb916922aab959.tar.bz2 gentoo-4e79399379aacae1a70ffd41aefb916922aab959.zip |
dev-python/oauth2client: Add test dep on flask
Closes: https://bugs.gentoo.org/731724
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oauth2client')
-rw-r--r-- | dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild index 31c14911dce7..04d4bdfa13b7 100644 --- a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild @@ -30,6 +30,7 @@ RDEPEND=" BDEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} + dev-python/flask[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] ) " |