mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-09 03:53:48 -05:00
Remove diff --git a/ from patches (#189)
The `diff --git a/` indicates that the patch is generated from `git diff` and it should be applied with `patch -p1`. Because the patches bundled with python-build have already re-formated for `patch -p0`, this is not the desired behaviour. Just removing `diff --git` from patches will force python-build to apply those patches with `patch -p0`.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
Backport for Python 2.7 of issue 11715 support for building Python on
|
||||
multiarch Debian/Ubuntu.
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
diff -r -u setup.py setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -345,10 +345,33 @@ class PyBuildExt(build_ext):
|
||||
|
||||
Reference in New Issue
Block a user