[Bug 255071] ports-mgmt /pkg: search -Q required-by isn't working from what I can tell

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 14 23:10:02 UTC 2021


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

            Bug ID: 255071
           Summary: ports-mgmt /pkg: search -Q required-by isn't working
                    from what I can tell
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: ports at thelanman.net

I'm trying to figure out why my poudriere build keeps building python27 and
isn't removing it. I figured I could do:
   pkg search -Q required-by python27

It just returns python27 as such:
python27-2.7.18_1
Comment        : Interpreted object-oriented programming language



As an example of depends / required-by that I think should return something:
   pkg search -d py37-pip

returns:
py37-pip-20.2.3
Comment        : Tool for installing and managing Python packages
Depends on     :
  python37-3.7.10
  py37-setuptools-44.0.0



then doing:  pkg search -Q required-by python37

just returns:
python37-3.7.10
Comment        : Interpreted object-oriented programming language


Shouldn't this be returning at least py37-pip-20.2.3 ???

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


More information about the freebsd-ports-bugs mailing list