Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2017 15:45:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221744] sysutils/docker-compose: Broken due to invalid version check for textproc/py-texttable
Message-ID:  <bug-221744-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 221744
           Summary: sysutils/docker-compose: Broken due to invalid version
                    check for textproc/py-texttable
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: decke@FreeBSD.org
                CC: dbaio@freebsd.org, lifanov@freebsd.org
                CC: dbaio@freebsd.org, lifanov@freebsd.org

Due to the recent update of textproc/py-texttable a dependency version check
in docker-compose fails. Fedora faced the same issue (as well as quite a few
others) and decided to relax the version check (remove upper limit)
successfully.

Upstream intention seems to be to avoid API incompatibilities which do not =
seem
to be the case with texttable 0.9. Time will tell when it comes to 0.10.


Please read:
https://github.com/docker/compose/issues/4848
https://bugzilla.redhat.com/show_bug.cgi?id=3D1452999


# docker-compose pull
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
3038, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3022, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3051, in _initialize_master_working_set
    working_set =3D WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
659, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
672, in _build_from_requirements
    dists =3D ws.resolve(reqs, Environment())
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
857, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'texttable<0.9,>=3D0.8.1' distribut=
ion
was not found and is required by docker-compose

--=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-221744-13>