diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-07-29 17:21:16 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-07-29 17:21:16 -0700 |
commit | b615a8e3f1c12a6c333ab0ba33c364b1c7e241b9 (patch) | |
tree | a834eaa07eca44f2fe36448fb2a5da3a6592d770 /net-misc/gsutil | |
parent | arm64/use.stable.mask: media-libs/portaudio is stable meow (diff) | |
download | gentoo-b615a8e3f1c12a6c333ab0ba33c364b1c7e241b9.tar.gz gentoo-b615a8e3f1c12a6c333ab0ba33c364b1c7e241b9.tar.bz2 gentoo-b615a8e3f1c12a6c333ab0ba33c364b1c7e241b9.zip |
net-misc/gsutil: RESTRICT=test (bug #690796)
The tests reqire talking to Google, there is no feasible way to make
them work.
It seems like repoman should be checking for this...
Closes: https://bugs.gentoo.org/690796
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-misc/gsutil')
-rw-r--r-- | net-misc/gsutil/gsutil-4.41.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gsutil/gsutil-4.41.ebuild b/net-misc/gsutil/gsutil-4.41.ebuild index 1bb18ea172b4..c645f1344db9 100644 --- a/net-misc/gsutil/gsutil-4.41.ebuild +++ b/net-misc/gsutil/gsutil-4.41.ebuild @@ -44,7 +44,7 @@ S="${WORKDIR}/${PN}" DOCS=( README.md CHANGES.md ) # needs to talk to Google to run tests -RESTRICT="test? ( network-sandbox )" +RESTRICT="test" python_prepare_all() { distutils-r1_python_prepare_all |