dev-python/gcs-oauth2-boto-plugin: Add test-dep on mock
authorMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 09:48:37 +0000 (11:48 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 18 May 2020 10:32:06 +0000 (12:32 +0200)
Closes: https://bugs.gentoo.org/723640
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5-r1.ebuild

index 071efa216aa5a2be78090ffda06723b127ba1d83..ce983aaacf189957b3739cebc3bbaf446fe4e04b 100644 (file)
@@ -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}]