summaryrefslogtreecommitdiff
path: root/chat/matrix-synapse/patches/patch-pyproject.toml
blob: ec4e84356b62d9ecb64f8e9aad073620e3019e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-pyproject.toml,v 1.4 2022/10/28 19:19:36 gdt Exp $

Patch out cryptography check: It doesn't need a version this high and it was
added by upstream as an ugly hack to force a patched OpenSSL, in case it is
linked statically.

--- pyproject.toml.orig	2022-09-27 11:34:31.000000000 +0000
+++ pyproject.toml
@@ -162,7 +162,7 @@ bleach = ">=1.4.3"
 typing-extensions = ">=3.10.0.1"
 # We enforce that we have a `cryptography` version that bundles an `openssl`
 # with the latest security patches.
-cryptography = ">=3.4.7"
+cryptography = ">=3.3.2"
 # ijson 3.1.4 fixes a bug with "." in property names
 ijson = ">=3.1.4"
 matrix-common = "^1.3.0"