diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-17 14:01:25 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-17 14:01:35 +0100 |
commit | a05f40c8ad656ec9337a73cb3636153d8f5538df (patch) | |
tree | 196a6b7301a9d17f3849948465faa3015b75a5f3 /dev-python/oauth2client | |
parent | sys-libs/glibc: amd64 stable (diff) | |
download | gentoo-a05f40c8ad656ec9337a73cb3636153d8f5538df.tar.gz gentoo-a05f40c8ad656ec9337a73cb3636153d8f5538df.tar.bz2 gentoo-a05f40c8ad656ec9337a73cb3636153d8f5538df.zip |
dev-python/oauth2client: Further refine tests installation blocker
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/oauth2client')
-rw-r--r-- | dev-python/oauth2client/oauth2client-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oauth2client/oauth2client-2.0.0.ebuild b/dev-python/oauth2client/oauth2client-2.0.0.ebuild index 23f97404115d..1dc6d80900ab 100644 --- a/dev-python/oauth2client/oauth2client-2.0.0.ebuild +++ b/dev-python/oauth2client/oauth2client-2.0.0.ebuild @@ -34,7 +34,7 @@ RESTRICT=test python_prepare_all() { sed \ - -e "s:find_packages():find_packages(exclude=['tests']):" \ + -e "s:find_packages():find_packages(exclude=['tests','tests.*']):" \ -i setup.py || die distutils-r1_python_prepare_all } |