Date: Wed, 24 Apr 2019 02:03:29 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237512] sysutils/docker-compose: broken due to jsonschema version >3 Message-ID: <bug-237512-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237512 Bug ID: 237512 Summary: sysutils/docker-compose: broken due to jsonschema version >3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: lifanov@freebsd.org Reporter: duncan@bayne.id.au Flags: maintainer-feedback?(lifanov@freebsd.org) Assignee: lifanov@freebsd.org py27-jsonschema is correctly determined as a dependency of docker-compose, however, docker-compose requires jsonschema version < 3, and 3.0.1 is being installed: $ sudo pkg install -y docker-compose Updating FreeBSD repository catalogue... ... snip ... New packages to be INSTALLED: docker-compose: 1.23.2 py27-jsonschema: 3.0.1_1 ... snip ... $ docker-compose build Traceback (most recent call last): File "/usr/local/bin/docker-compose", line 6, in <module> from pkg_resources import load_entry_point File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", = line 3191, in <module> @_call_aside ... snip ... pkg_resources.DistributionNotFound: The 'jsonschema<3,>=3D2.5.1' distributi= on was not found and is required by docker-compose This problem occurs regardless of whether I build from ports, or install via packages. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237512-7788>