diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-11 19:44:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-12 00:11:20 +0200 |
commit | d670c98ba4d9b25c418c8bae73a8970d23de63dd (patch) | |
tree | 57c3dd7cc956273bde135f2a92f3dbf6e2cbcbf1 /dev-python | |
parent | dev-python/pytest: Kill obsolete pypy3 workaround (diff) | |
download | gentoo-d670c98ba4d9b25c418c8bae73a8970d23de63dd.tar.gz gentoo-d670c98ba4d9b25c418c8bae73a8970d23de63dd.tar.bz2 gentoo-d670c98ba4d9b25c418c8bae73a8970d23de63dd.zip |
dev-python/pytest: Remove obsolete logic
Remove obsolete chmod and sed that are not doing anything these days.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest/pytest-3.4.2.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index 122e1393e02a..1c215e18c9cd 100644 --- a/dev-python/pytest/pytest-3.4.2.ebuild +++ b/dev-python/pytest/pytest-3.4.2.ebuild @@ -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. |