[Bug 243046] sysutils/azure-agent: Unnecessary dependency on base64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 3 01:52:03 UTC 2020


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

            Bug ID: 243046
           Summary: sysutils/azure-agent: Unnecessary dependency on base64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: cem at freebsd.org
                CC: weh at microsoft.com
             Flags: maintainer-feedback?(weh at microsoft.com)
                CC: weh at microsoft.com

azure-agent does not invoke the 'base64(1)' command line utility ever; it
manipulates base64 through Python's stdlib base64 library.

--- Makefile    (revision 521884)
+++ Makefile    (working copy)
@@ -12,7 +12,6 @@

 RUN_DEPENDS=   sudo:security/sudo \
                bash:shells/bash \
-               base64:converters/base64 \
                dmidecode:sysutils/dmidecode \
                ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
                ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss

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


More information about the freebsd-ports-bugs mailing list