dev-python/oauth2client: Further refine tests installation blocker

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-02-17 14:01:25 +01:00
parent 6ea290b954
commit a05f40c8ad

View File

@@ -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
}