[Python-modules-commits] [matplotlib] 06/13: gtk3cairo_check_no-multiprocessing

Sandro Tosi morph at moszumanska.debian.org
Sun Feb 7 22:04:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository matplotlib.

commit 94f8c63bbec08414c4cb2b957415af8b78835884
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 09:47:16 2015 -0700

    gtk3cairo_check_no-multiprocessing
    
    Patch-Name: gtk3cairo_check_no-multiprocessing.patch
---
 setupext.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/setupext.py b/setupext.py
index f4dc33f..e18498e 100755
--- a/setupext.py
+++ b/setupext.py
@@ -1743,7 +1743,10 @@ class BackendGtk3Agg(OptionalBackendPackage):
     def check_requirements(self):
         if 'TRAVIS' in os.environ:
             raise CheckFailed("Can't build with Travis")
-
+        # yoh: Builds of Debian packages often lead to a dead-lock here
+        #      As a workaround forcing build manually without a check
+        BackendAgg.force = True
+        return "ok"
         # This check needs to be performed out-of-process, because
         # importing gi and then importing regular old pygtk afterward
         # segfaults the interpreter.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/matplotlib.git



More information about the Python-modules-commits mailing list