diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-10-20 15:11:01 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-10-20 15:11:01 +0100 |
commit | 06a5a40e903589c734d9a5c9972a2fdc331959e9 (patch) | |
tree | 4c40d64dcf344cbfe021d3349e83d2e236f4c49f /setup.py | |
parent | Use https link to download syutil as not everyone has ssh access to github. (diff) | |
download | synapse-06a5a40e903589c734d9a5c9972a2fdc331959e9.tar.xz |
use a tagged version of syutil rather than master
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
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", |