1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
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 031b5b4..e812a50 100644
--- a/setupext.py
+++ b/setupext.py
@@ -1726,7 +1726,6 @@ class BackendGtk3Cairo(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
|