[Bug 226314] www/py-mechanize: missing html5lib dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 3 00:11:51 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226314

            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 at FreeBSD.org
          Reporter: saper at saper.info
          Assignee: lwhsu at FreeBSD.org
             Flags: maintainer-feedback?(lwhsu at FreeBSD.org)

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


root at 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 = 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 = 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>=0.999999999' distribution
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list