diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2022-07-05 16:04:01 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2022-07-11 11:33:24 +0000 |
commit | 4acdd0f898b76f1001a9cec5253be70195d85989 (patch) | |
tree | 873341c74ac665e9241d403e4f5e3b4f089fe649 /net-im/py-matrix-synapse/files/patch-setup.py | |
parent | devel/py-matrix-common: Update to 1.2.1 (diff) |
net-im/py-matrix-synapse: Update to 1.62.0
- Update dependency for JWT option
Approved by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-setup.py')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py index 13c102222d1b..a9f7cf8e5473 100644 --- a/net-im/py-matrix-synapse/files/patch-setup.py +++ b/net-im/py-matrix-synapse/files/patch-setup.py @@ -1,9 +1,9 @@ ---- setup.py.orig 2022-06-28 16:27:08 UTC +--- setup.py.orig 2022-07-05 15:51:27 UTC +++ setup.py -@@ -147,7 +147,7 @@ install_requires = \ +@@ -149,7 +149,7 @@ install_requires = \ 'bcrypt>=3.1.0', 'bleach>=1.4.3', - 'canonicaljson>=1.4.0', + 'canonicaljson>=1.4.0,<2.0.0', - 'cryptography>=3.4.7', + 'cryptography', 'frozendict>=1,!=2.1.2', |