You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ermo
There doesn't appear to be a "clean" way to break the brotli -> curl -> systemd -> util-linux -> python -> brotli cycle, since all the builddeps are actually valid.
If you could find the time to test the latest autobuild-rebuilds branch with the newest autobuild, that'd be nice as I'd like to hear your opinion here.
the real issue is that the python-brotli sub-package creates an .so which depends on cpython, so the graph really is a cycle.
Every source recipe by default represents one node in the dependency graph (call this the default node). You tell autobuild that you want to specifically split out the subpackage python-brotli into a separate node, then move the dependency pkgconfig(python3) from the default node to the newly-splitted node that corresponds to python-brotli.
The exact way we specify how to split and move around dependencies can be changed, but the point is autobuild now supports this functionality.
(source)
The text was updated successfully, but these errors were encountered: