[Python-modules-commits] [matplotlib] 04/12: adapt setup to find multiarched tk/tcl

Sandro Tosi morph at moszumanska.debian.org
Sat Sep 10 14:32:59 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 d228cf843376dec3a932e1580438541465d8bb37
Author: Julian Taylor <jtaylor at ubuntu.com>
Date:   Thu Oct 8 09:47:15 2015 -0700

    adapt setup to find multiarched tk/tcl
    
    Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/752647
    Forwarded: no, only if we upstream multiarchification
    
    Patch-Name: multiarch-tktcl.patch
---
 setupext.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/setupext.py b/setupext.py
index fc9ff3e..5137fb1 100755
--- a/setupext.py
+++ b/setupext.py
@@ -1484,6 +1484,10 @@ class BackendGtk3Agg(OptionalBackendPackage):
         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