diff options
Diffstat (limited to 'package/python/python-2.7-007-do-not-generate-pyo-files.patch')
-rw-r--r-- | package/python/python-2.7-007-do-not-generate-pyo-files.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python/python-2.7-007-do-not-generate-pyo-files.patch b/package/python/python-2.7-007-do-not-generate-pyo-files.patch index 2cb90cc05..4ae5ef5d6 100644 --- a/package/python/python-2.7-007-do-not-generate-pyo-files.patch +++ b/package/python/python-2.7-007-do-not-generate-pyo-files.patch @@ -13,11 +13,11 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Makefile.pre.in | 9 --------- 1 file changed, 9 deletions(-) -Index: Python-2.7.1/Makefile.pre.in +Index: Python-2.7.2/Makefile.pre.in =================================================================== ---- Python-2.7.1.orig/Makefile.pre.in -+++ Python-2.7.1/Makefile.pre.in -@@ -929,20 +929,11 @@ +--- Python-2.7.2.orig/Makefile.pre.in ++++ Python-2.7.2/Makefile.pre.in +@@ -934,20 +934,11 @@ -d $(LIBDEST) -f \ -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ $(DESTDIR)$(LIBDEST) |