From: Michał Górny Date: Mon, 18 May 2020 09:48:37 +0000 (+0200) Subject: dev-python/gcs-oauth2-boto-plugin: Add test-dep on mock X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bff3e151d348da7584e66e2f6744e8048b39b7a9;p=gentoo.git dev-python/gcs-oauth2-boto-plugin: Add test-dep on mock Closes: https://bugs.gentoo.org/723640 Signed-off-by: Michał Górny --- 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}]