Bug 1580049

Summary: matrix-synapse fails to start
Product: [Fedora] Fedora Reporter: Hristo Venev <hristo>
Component: matrix-synapseAssignee: Jeremy Cline <jeremy>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: jcline, jeremy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-14 00:36:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1563671    
Bug Blocks:    

Description Hristo Venev 2018-05-19 14:23:18 UTC
python-canonicaljson >= 1.1.3 is required by recent versions of matrix-synapse. With python-canonicaljson-1.0.0, synapse fails to start with:

Missing Requirement: Version of 'canonicaljson>=1.1.3' in '/usr/lib/python2.7/site-packages/canonicaljson.pyc' is too old. '1.0.0' < '1.1.3'
To install run:
    pip install --upgrade --force "canonicaljson>=1.1.3"