File: gtk3cairo_check_no-multiprocessing.patch

package info (click to toggle)
matplotlib 2.0.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 91,640 kB
  • ctags: 29,525
  • sloc: python: 122,697; cpp: 60,806; ansic: 30,799; objc: 2,830; makefile: 224; sh: 85
file content (22 lines) | stat: -rw-r--r-- 812 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 14eb5c49d02c27e6057bae6c63b34001b3234e8d Mon Sep 17 00:00:00 2001
From: SVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Date: Thu, 8 Oct 2015 09:47:16 -0700
Subject: gtk3cairo_check_no-multiprocessing

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

diff --git a/setupext.py b/setupext.py
index a590b23..d1edaff 100644
--- a/setupext.py
+++ b/setupext.py
@@ -1717,7 +1717,6 @@ 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