Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2019 10:09:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238519] sysutils/py-ansible-lint: Missing dependency
Message-ID:  <bug-238519-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 238519
           Summary: sysutils/py-ansible-lint: Missing dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch, regression
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: matthew@FreeBSD.org
          Reporter: 0mp@FreeBSD.org
             Flags: maintainer-feedback?(matthew@FreeBSD.org)
          Assignee: matthew@FreeBSD.org

I get the following error:

> $ ansible-lint
> Traceback (most recent call last):
>   File "/usr/local/bin/ansible-lint", line 6, in <module>
>     from pkg_resources import load_entry_point
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py"=
, line 3241, in <module>
>     @_call_aside
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py"=
, line 3225, in _call_aside
>     f(*args, **kwargs)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py"=
, line 3254, in _initialize_master_working_set
>     working_set =3D WorkingSet._build_master()
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py"=
, line 583, in _build_master
>     ws.require(__requires__)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py"=
, line 900, in require
>     needed =3D self.resolve(parse_requirements(requirements))
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py"=
, line 786, in resolve
>     raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'ruamel.yaml' distribution was no=
t found and is required by ansible-lint

I only have ansible-lint installed. I do not have any other ansible packages
installed on my machine.

Details:
- FreeBSD 13.0-CURRENT r348877 GENERIC-NODEBUG  amd64
- py36-ansible-lint-4.1.0_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-238519-7788>