Opened 19 months ago

Closed 6 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 19 months ago by lukaso (Lukas Oberhuber)

Description: modified (diff)

comment:2 Changed 19 months ago by jmroot (Joshua Root)

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 or port installed variant:python38 | grep python38 may help to find it.

comment:3 Changed 6 months ago by jmroot (Joshua Root)

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.