matrix-synapse: remove frozendict version constraint

This commit is contained in:
Robert Scott 2022-01-19 00:16:41 +00:00
parent f653d6ce1c
commit ef5a60ff58

View file

@ -18,6 +18,12 @@ buildPythonApplication rec {
sha256 = "sha256-qhwFRveFCwflQmVCwzThC8sP+YCqckgCaXAc3IRms0g=";
};
# frozendict version constraint is to avoid a debian issue we don't have
postPatch = ''
substituteInPlace synapse/python_dependencies.py \
--replace '"frozendict' '"frozendict", #'
'';
buildInputs = [ openssl ];
propagatedBuildInputs = [