use a tagged version of syutil rather than master

This commit is contained in:
Mark Haines 2014-10-20 15:11:01 +01:00
parent f0382357ca
commit 06a5a40e90
1 changed files with 1 additions and 1 deletions

View File

@ -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",