Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Nov 2021 08:10:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 259567] devel/py-jsonschema: Version returns 0.0.0, breaking net-im/py-matrix-synapse which runs a version check
Message-ID:  <bug-259567-21822-PhoIEhiGmE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-259567-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-259567-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259567

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


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

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

Regards
Tom

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259567-21822-PhoIEhiGmE>