commit: bff3e151d348da7584e66e2f6744e8048b39b7a9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 18 09:48:37 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 18 10:32:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff3e151
dev-python/gcs-oauth2-boto-plugin: Add test-dep on mock Closes: https://bugs.gentoo.org/723640 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../gcs-oauth2-boto-plugin/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 071efa216aa..ce983aaacf1 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}]
