summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-04-29 14:16:41 +0100
committerMark Haines <mark.haines@matrix.org>2015-04-29 14:16:41 +0100
commitc0036ced54b08aa36d05c45e34f3bb23a67ab756 (patch)
treeeb66ffc7a2b519fc5e16850e8bbe8e09a3b76ac2 /synapse/python_dependencies.py
parentWe can't use REPLACE when upgrading databases now we have postgres (diff)
downloadsynapse-c0036ced54b08aa36d05c45e34f3bb23a67ab756.tar.xz
bump syutil to 0.0.6
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index 8b457419cf..df4b8f7f94 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -18,7 +18,7 @@ from distutils.version import LooseVersion
 logger = logging.getLogger(__name__)
 
 REQUIREMENTS = {
-    "syutil>=0.0.5": ["syutil"],
+    "syutil>=0.0.6": ["syutil>=0.0.6"],
     "Twisted==14.0.2": ["twisted==14.0.2"],
     "service_identity>=1.0.0": ["service_identity>=1.0.0"],
     "pyopenssl>=0.14": ["OpenSSL>=0.14"],
@@ -57,8 +57,8 @@ DEPENDENCY_LINKS = [
     ),
     github_link(
         project="matrix-org/syutil",
-        version="v0.0.5",
-        egg="syutil-0.0.5",
+        version="v0.0.6",
+        egg="syutil-0.0.6",
     ),
     github_link(
         project="matrix-org/matrix-angular-sdk",