summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-07-07 10:46:59 +1000
committerGitHub <noreply@github.com>2018-07-07 10:46:59 +1000
commite845fd41c2743001558cce00b83e53a5ae300905 (patch)
treea94595e0bfeeaa3827b75c41ab4d7fa4c0f03d38 /changelog.d
parentMerge tag 'v0.32.1' (diff)
downloadsynapse-e845fd41c2743001558cce00b83e53a5ae300905.tar.xz
Correct attrs package name in requirements (#3492)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/.gitignore1
-rw-r--r--changelog.d/3492.bugfix1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/.gitignore b/changelog.d/.gitignore
new file mode 100644
index 0000000000..f935021a8f
--- /dev/null
+++ b/changelog.d/.gitignore
@@ -0,0 +1 @@
+!.gitignore
diff --git a/changelog.d/3492.bugfix b/changelog.d/3492.bugfix
new file mode 100644
index 0000000000..a287a945bd
--- /dev/null
+++ b/changelog.d/3492.bugfix
@@ -0,0 +1 @@
+Amend the Python dependencies to depend on attrs from PyPI, not attr