diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-05-21 15:58:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-21 15:58:01 +0100 |
commit | bab3eddac46a0d7bdfccfc980eececbf8f60f721 (patch) | |
tree | c0e41056239a3ce5185cab479f6c80dd990df2b4 /changelog.d | |
parent | Merge pull request #5204 from matrix-org/babolivier/account_validity_expirati... (diff) | |
download | synapse-bab3eddac46a0d7bdfccfc980eececbf8f60f721.tar.xz |
Pin eliot to <1.8 on python 3.5.2 (#5218)
* Pin eliot to <1.8 on python 3.5.2 Fixes https://github.com/matrix-org/synapse/issues/5199 * Add support for 'markers' to python_dependencies * tell xargs not to strip quotes
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5218.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5218.bugfix b/changelog.d/5218.bugfix new file mode 100644 index 0000000000..cd624ecfd0 --- /dev/null +++ b/changelog.d/5218.bugfix @@ -0,0 +1 @@ +Fix incompatibility between ACME support and Python 3.5.2. |