Skip to content

Commit

Permalink
Correct attrs package name in requirements (matrix-org#3492)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl authored Jul 7, 2018
1 parent 20ff89d commit e845fd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.gitignore
1 change: 1 addition & 0 deletions changelog.d/3492.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Amend the Python dependencies to depend on attrs from PyPI, not attr
2 changes: 1 addition & 1 deletion synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"phonenumbers>=8.2.0": ["phonenumbers"],
"six": ["six"],
"prometheus_client": ["prometheus_client"],
"attr": ["attr"],
"attrs": ["attr"],
"netaddr>=0.7.18": ["netaddr"],
}

Expand Down

0 comments on commit e845fd4

Please sign in to comment.