[MacPorts] #71287: Cyclic dependencies in MacPorts
MacPorts
noreply at macports.org
Mon Nov 11 15:15:18 UTC 2024
#71287: Cyclic dependencies in MacPorts
-----------------------+--------------------
Reporter: szhorvat | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: |
-----------------------+--------------------
Comment (by szhorvat):
There are two more cycles in the dependency graph, and no more:
{{{
{{"py39-build" -> "py39-importlib-metadata",
"py39-importlib-metadata" -> "py39-zipp",
"py39-zipp" -> "py39-setuptools_scm",
"py39-setuptools_scm" -> "py39-build"},
{"py38-build" -> "py38-importlib-metadata",
"py38-importlib-metadata" -> "py38-zipp",
"py38-zipp" -> "py38-setuptools_scm",
"py38-setuptools_scm" -> "py38-build"}}
}}}
A couple of weeks ago the dependency graph was acyclic, so these two are
new as well.
--
Ticket URL: <https://trac.macports.org/ticket/71287#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list