Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Mar 2018 00:11:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226314] www/py-mechanize: missing html5lib dependency
Message-ID:  <bug-226314-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 226314
           Summary: www/py-mechanize: missing html5lib dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: lwhsu@FreeBSD.org
          Reporter: saper@saper.info
          Assignee: lwhsu@FreeBSD.org
             Flags: maintainer-feedback?(lwhsu@FreeBSD.org)

After installing www/zope213 via pkg in a fresh jail an attempt to run
mkzopeinstance fails:


root@zope:/ # /usr/local/bin/mkzopeinstance --dir /usr/local/www/Zope213/
Traceback (most recent call last):
  File "/usr/local/bin/mkzopeinstance", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3147, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3131, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3160, in _initialize_master_working_set
    working_set =3D WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
666, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
984, in require
    needed =3D self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
870, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'html5lib>=3D0.999999999' distribut=
ion
was not found and is required by mechanize

Looks like html5lib is not listed in the package dependencies:

# pkg -j zope info -d py27-mechanize
py27-mechanize-0.3.6:
        python27-2.7.14_1
        py27-setuptools-38.5.1

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