dev-python/pytest: Remove w for world

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-28 14:01:12 +02:00
parent 89cc9a24c0
commit aa3065ceb5

View File

@@ -35,6 +35,7 @@ DEPEND="${RDEPEND}
)"
python_prepare_all() {
chmod o-w *egg*/* || die
# Disable versioning of py.test script to avoid collision with
# versioning performed by the eclass.
sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed"