[gnome-build-meta/gnome-3-30] project.conf: disable fixing pyc timestamps



commit d550426d969b5967da84328ccb93c70101d92263
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Thu Jan 31 13:47:35 2019 +0100

    project.conf: disable fixing pyc timestamps
    
    this is not needed and harmful with python 3.7
    
    See https://gitlab.com/BuildStream/buildstream/issues/836
    
    Fixes #117
    
    (cherry picked from commit b7bb3404e29a31f02cf857885f3b3ad9553a98df)

 project.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/project.conf b/project.conf
index ed2525dc..986b0562 100644
--- a/project.conf
+++ b/project.conf
@@ -125,6 +125,7 @@ elements:
     variables:
       prefix: /usr/local
       python-install: '%{python} setup.py install --root "%{install-root}"'
+      fix-pyc-timestamps: ''
     config:
       install-commands:
         (>):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]