[Bug 206656] sysutils/ansible: add dependency on py-netaddr

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 27 00:36:53 UTC 2016


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

            Bug ID: 206656
           Summary: sysutils/ansible: add dependency on py-netaddr
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: amdmi3 at FreeBSD.org
                CC: lifanov at mail.lifanov.com
                CC: lifanov at mail.lifanov.com
             Flags: maintainer-feedback?(lifanov at mail.lifanov.com)

Created attachment 166165
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166165&action=edit
Patch

Ansible contains ipaddr Jinja2 filter:
https://docs.ansible.com/ansible/playbooks_filters_ipaddr.html

However it requires py-netaddr to run, otherwise:

fatal: [myhost]: FAILED! => {"changed": false, "failed": true, "msg":
"AnsibleFilterError: ERROR! The ipaddr filter requires python-netaddr be
installed on the ansible controller"}

So add py-netaddr to the dependency list.

Note that there could be more hidden dependencies on other python modules.
These dependencies could be also made optional in the port.

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


More information about the freebsd-ports-bugs mailing list