[Bug 259567] devel/py-jsonschema: Version returns 0.0.0, breaking net-im/py-matrix-synapse which runs a version check

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 02 Nov 2021 08:10:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259567

--- Comment #2 from tom@leben-auf-see.de ---
File = /usr/local/lib/python3.8/site-packages/synapse/python_dependencies.py


Code Line 50 
REQUIREMENTS = [
    # we use the TYPE_CHECKER.redefine method added in jsonschema 3.0.0
    "jsonschema>=3.0.0",
    ....

I changed the Code to "jsonschema>=0.0.0" and matrix-synapse starts now, so it
seems to be the only check.

Regards
Tom

-- 
You are receiving this mail because:
You are on the CC list for the bug.