Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3804 from matrix-org/rav/fix_openssl_dep
Browse files Browse the repository at this point in the history
bump dep on pyopenssl to 16.x
  • Loading branch information
hawkowl authored Sep 6, 2018
2 parents 2608ebc + b3c2ebb commit 135f3b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/3804.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump dependency on pyopenssl 16.x, to avoid incompatibility with recent Twisted.
4 changes: 2 additions & 2 deletions synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"Twisted>=17.1.0": ["twisted>=17.1.0"],
"treq>=15.1": ["treq>=15.1"],

# We use crypto.get_elliptic_curve which is only supported in >=0.15
"pyopenssl>=0.15": ["OpenSSL>=0.15"],
# Twisted has required pyopenssl 16.0 since about Twisted 16.6.
"pyopenssl>=16.0.0": ["OpenSSL>=16.0.0"],

"pyyaml": ["yaml"],
"pyasn1": ["pyasn1"],
Expand Down

0 comments on commit 135f3b4

Please sign in to comment.