projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea290b
)
dev-python/oauth2client: Further refine tests installation blocker
author
Justin Lecher
<jlec@gentoo.org>
Wed, 17 Feb 2016 13:01:25 +0000
(14:01 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Wed, 17 Feb 2016 13:01:35 +0000
(14:01 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/oauth2client/oauth2client-2.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/oauth2client/oauth2client-2.0.0.ebuild
b/dev-python/oauth2client/oauth2client-2.0.0.ebuild
index 23f97404115d91734a29e15dd9c59ab067cb407c..1dc6d80900ab9a8cdb7da7a6c0b1cdb0e37f55c8 100644
(file)
--- 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
}