[Python-modules-commits] [matplotlib] 05/12: adapt setup to find multiarched tk/tcl
Sandro Tosi
morph at moszumanska.debian.org
Sun May 28 02:29:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository matplotlib.
commit 7489506f9b6e65ae960c35fc873dc9e45454a372
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 3819636..a590b23 100644
--- a/setupext.py
+++ b/setupext.py
@@ -1718,6 +1718,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