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

Commit

Permalink
Pin to frozendict<2.1.2 (#11625)
Browse files Browse the repository at this point in the history
... to work around breakage on buster
(Marco-Sulla/python-frozendict#41)
  • Loading branch information
richvdh committed Dec 21, 2021
1 parent 57ca8ab commit 2bf31f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/11625.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Work around a build problem on Debian Buster.
3 changes: 2 additions & 1 deletion synapse/python_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
REQUIREMENTS = [
# we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
"jsonschema>=3.0.0",
"frozendict>=1",
# frozendict 2.1.2 is broken on Debian 10: https://github.com/Marco-Sulla/python-frozendict/issues/41
"frozendict>=1,<2.1.2",
"unpaddedbase64>=1.1.0",
"canonicaljson>=1.4.0",
# we use the type definitions added in signedjson 1.1.
Expand Down

0 comments on commit 2bf31f7

Please sign in to comment.