git: 1db4eced0d39 - 2021Q2 - net-im/py-matrix-synapse: Fix dependency check on 2021Q2

Neel Chauhan nc at FreeBSD.org
Wed May 12 14:25:48 UTC 2021


The branch 2021Q2 has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1db4eced0d392da9c4a56587b47e9a667525d0ac

commit 1db4eced0d392da9c4a56587b47e9a667525d0ac
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-05-12 14:25:01 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-12 14:25:01 +0000

    net-im/py-matrix-synapse: Fix dependency check on 2021Q2
    
    PR:     255791
---
 .../files/patch-synapse_python__dependencies.py               | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
new file mode 100644
index 000000000000..948e0884b6c9
--- /dev/null
+++ b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
@@ -0,0 +1,11 @@
+--- synapse/python_dependencies.py.orig	2021-05-12 14:24:09 UTC
++++ synapse/python_dependencies.py
+@@ -86,7 +86,7 @@ REQUIREMENTS = [
+     "typing-extensions>=3.7.4",
+     # We enforce that we have a `cryptography` version that bundles an `openssl`
+     # with the latest security patches.
+-    "cryptography>=3.4.7",
++    "cryptography",
+ ]
+ 
+ CONDITIONAL_REQUIREMENTS = {


More information about the dev-commits-ports-all mailing list