summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-18 11:48:37 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-18 12:32:06 +0200
commitbff3e151d348da7584e66e2f6744e8048b39b7a9 (patch)
tree13ba678757e663c0b28b9c508ec03443a0873fdb /dev-python/gcs-oauth2-boto-plugin
parentkde-apps/kdebase-meta: restore ~ppc64 keyword (diff)
downloadgentoo-bff3e151d348da7584e66e2f6744e8048b39b7a9.tar.gz
gentoo-bff3e151d348da7584e66e2f6744e8048b39b7a9.tar.bz2
gentoo-bff3e151d348da7584e66e2f6744e8048b39b7a9.zip
dev-python/gcs-oauth2-boto-plugin: Add test-dep on mock
Closes: https://bugs.gentoo.org/723640 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gcs-oauth2-boto-plugin')
-rw-r--r--dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5-r1.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5-r1.ebuild
index 071efa216aa5..ce983aaacf18 100644
--- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5-r1.ebuild
+++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5-r1.ebuild
@@ -23,7 +23,10 @@ PATCHES=(
# Keep versions in sync with setup.py.
BDEPEND="
- test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
+ test? (
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ )
"
RDEPEND="${PYTHON_DEPS}
>=dev-python/boto-2.29.1[${PYTHON_USEDEP}]