Move top-level sodeps into package function

Sodeps should not be used at the top-level. Because they lack version bounds, they can pull in deps from the wrong architecture (e.g. libffi.so=8-64 vs libffi.so=8-32).

Merge request reports

Loading