diff options
Diffstat (limited to 'dev-python/pytest/pytest-3.4.2.ebuild')
-rw-r--r-- | dev-python/pytest/pytest-3.4.2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/pytest/pytest-3.4.2.ebuild b/dev-python/pytest/pytest-3.4.2.ebuild index c543591cc90..9fb19f1d81b 100644 --- a/dev-python/pytest/pytest-3.4.2.ebuild +++ b/dev-python/pytest/pytest-3.4.2.ebuild @@ -45,6 +45,10 @@ RDEPEND=" !<dev-python/logilab-common-1.3.0" python_prepare_all() { + local PATCHES=( + "${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. |