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/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259567-21822-PhoIEhiGmE>
