diff options
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 } |