mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-python/pytest: Remove obsolete logic
Remove obsolete chmod and sed that are not doing anything these days.
This commit is contained in:
@@ -49,10 +49,6 @@ python_prepare_all() {
|
||||
"${FILESDIR}"/pytest-3.4.2-pypy-syntaxerror-offset.patch
|
||||
)
|
||||
|
||||
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"
|
||||
grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency"
|
||||
|
||||
# Something in the ebuild environment causes this to hang/error.
|
||||
|
||||
Reference in New Issue
Block a user