summarylogtreecommitdiffstats
path: root/twisted_detection.patch
diff options
context:
space:
mode:
authorJ08nY2016-09-06 01:20:15 +0200
committerJ08nY2016-09-06 01:22:50 +0200
commit1e84f641a9dea4eb2e08d9387961e9358450f22d (patch)
tree5cdc49d20f40d4eb45c6efdee298c85b791bbd34 /twisted_detection.patch
parent5f7c23e74b9b7bef60a8e75e40ec96466fc93ed4 (diff)
downloadaur-1e84f641a9dea4eb2e08d9387961e9358450f22d.tar.gz
Fixed Twisted dependency issue (3cf8d89)
https://github.com/coherence-project/Coherence/commit/3cf8d89cbb44b5c7a0693d0b5d665e68acc3927c
Diffstat (limited to 'twisted_detection.patch')
-rw-r--r--twisted_detection.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/twisted_detection.patch b/twisted_detection.patch
new file mode 100644
index 000000000000..27d2010c432c
--- /dev/null
+++ b/twisted_detection.patch
@@ -0,0 +1,10 @@
+--- coherence/__init__.py
+@@ -24,8 +24,6 @@
+ if twisted_version < Version("twisted", 2, 5, 0):
+ raise ImportError("Twisted >= 2.5 is required. Please install it.")
+
+- if twisted_web_version < Version("twisted.web", 2, 5, 0):
+- raise ImportError("Twisted.Web >= 2.5 is required. Please install it")
+ except ImportError, exc:
+ # log error to stderr, might be useful for debugging purpose
+ for arg in exc.args: