From bff3e151d348da7584e66e2f6744e8048b39b7a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 18 May 2020 11:48:37 +0200 Subject: [PATCH] dev-python/gcs-oauth2-boto-plugin: Add test-dep on mock MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/723640 Signed-off-by: Michał Górny --- .../gcs-oauth2-boto-plugin-2.5-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}] -- 2.26.2