diff options
author | Amy Liffey <amynka@gentoo.org> | 2018-02-26 17:50:41 +0100 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2018-02-26 18:11:10 +0100 |
commit | 8d05a19c66566cba22d09aea1b280cdb28fe9f68 (patch) | |
tree | 4aa560e92c6002b30fc6d93bc29b9115ddad1b14 /net-misc | |
parent | sys-apps/systemd: fix kill-path option (diff) | |
download | gentoo-8d05a19c66566cba22d09aea1b280cdb28fe9f68.tar.gz gentoo-8d05a19c66566cba22d09aea1b280cdb28fe9f68.tar.bz2 gentoo-8d05a19c66566cba22d09aea1b280cdb28fe9f68.zip |
net-misc/gsutil: add missing dep dev-python/mock
Closes: https://bugs.gentoo.org/632229
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/gsutil/gsutil-4.27.ebuild | 3 | ||||
-rw-r--r-- | net-misc/gsutil/gsutil-4.28.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/gsutil/gsutil-4.27.ebuild b/net-misc/gsutil/gsutil-4.27.ebuild index 491ea929a00c..cb2c309ec5f9 100644 --- a/net-misc/gsutil/gsutil-4.27.ebuild +++ b/net-misc/gsutil/gsutil-4.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -27,6 +27,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}] >=dev-python/google-apitools-0.5.3[${PYTHON_USEDEP}] =dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}] + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] diff --git a/net-misc/gsutil/gsutil-4.28.ebuild b/net-misc/gsutil/gsutil-4.28.ebuild index 452ebb5e0681..85dfba63c0dc 100644 --- a/net-misc/gsutil/gsutil-4.28.ebuild +++ b/net-misc/gsutil/gsutil-4.28.ebuild @@ -27,6 +27,7 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/gcs-oauth2-boto-plugin-1.14[${PYTHON_USEDEP}] >=dev-python/google-apitools-0.5.16[${PYTHON_USEDEP}] =dev-python/oauth2client-2.2.0[${PYTHON_USEDEP}] + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] |