projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce16a3b
)
dev-python/oauth2client: Exclude tests from installation
author
Justin Lecher
<jlec@gentoo.org>
Wed, 17 Feb 2016 10:34:43 +0000
(11:34 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Wed, 17 Feb 2016 10:34:54 +0000
(11:34 +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 db2bdb7b18087247de3e06b3bad701b7bb8f2327..23f97404115d91734a29e15dd9c59ab067cb407c 100644
(file)
--- a/
dev-python/oauth2client/oauth2client-2.0.0.ebuild
+++ b/
dev-python/oauth2client/oauth2client-2.0.0.ebuild
@@
-32,6
+32,13
@@
DEPEND="${RDEPEND}
# Needs network
RESTRICT=test
+python_prepare_all() {
+ sed \
+ -e "s:find_packages():find_packages(exclude=['tests']):" \
+ -i setup.py || die
+ distutils-r1_python_prepare_all
+}
+
python_test() {
nosetests || die
}