[Bug 237512] sysutils/docker-compose: broken due to jsonschema version >3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 24 02:03:31 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237512
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 at freebsd.org
Reporter: duncan at bayne.id.au
Flags: maintainer-feedback?(lifanov at freebsd.org)
Assignee: lifanov at 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,>=2.5.1' distribution was
not found and is required by docker-compose
This problem occurs regardless of whether I build from ports, or install via
packages.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list