mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Fix dependency_link url
This commit is contained in:
parent
e74e1d9d4d
commit
bdea0b4d44
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
"py-bcrypt",
|
"py-bcrypt",
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
"git+ssh://git@github.com:matrix-org/syutil.git#egg=syutil-0.0.1",
|
"git+ssh://git@github.com/matrix-org/syutil.git#egg=syutil-0.0.1",
|
||||||
],
|
],
|
||||||
setup_requires=[
|
setup_requires=[
|
||||||
"setuptools_trial",
|
"setuptools_trial",
|
||||||
|
|
Loading…
Reference in a new issue