summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-10-20 15:11:01 +0100
committerMark Haines <mark.haines@matrix.org>2014-10-20 15:11:01 +0100
commit06a5a40e903589c734d9a5c9972a2fdc331959e9 (patch)
tree4c40d64dcf344cbfe021d3349e83d2e236f4c49f /setup.py
parentUse https link to download syutil as not everyone has ssh access to github. (diff)
downloadsynapse-06a5a40e903589c734d9a5c9972a2fdc331959e9.tar.xz
use a tagged version of syutil rather than master
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cff9466345..649ac86590 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ setup(
         "py-bcrypt",
     ],
     dependency_links=[
-        "https://github.com/matrix-org/syutil/tarball/master#egg=syutil-0.0.2",
+        "https://github.com/matrix-org/syutil/tarball/v0.0.2#egg=syutil-0.0.2",
     ],
     setup_requires=[
         "setuptools_trial",