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



commit b7bb3404e29a31f02cf857885f3b3ad9553a98df
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

 project.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/project.conf b/project.conf
index f52586e6..5195937c 100644
--- a/project.conf
+++ b/project.conf
@@ -129,6 +129,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]