Opened 2 years ago
Closed 13 months ago
#65884 closed defect (worksforme)
dependency related commands don't seem to work
Reported by: | lukaso (Lukas Oberhuber) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.7.2 |
Keywords: | dependency | Cc: | |
Port: |
Description (last modified by lukaso (Lukas Oberhuber))
My install file is installing python38
even though I don't want it.
However, when I call:
$ port dependents python38 python38 has no dependents.
$ port rdependents python38 python38 has no dependents.
There is no indication of why this port has been installed.
Change History (3)
comment:1 Changed 2 years ago by lukaso (Lukas Oberhuber)
Description: | modified (diff) |
---|
comment:2 Changed 2 years ago by jmroot (Joshua Root)
comment:3 Changed 13 months ago by jmroot (Joshua Root)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
port dependents
considers only the (runtime) dependency information recorded in the registry. If it shows nothing for python38, it's safe to uninstall it. If something you have installed depended on python38 at build time,port installed depends:python38
orport installed variant:python38 | grep python38
may help to find it.