Skip to content

Move top-level sodeps into package function

Jan Alexander Steffens (heftig) requested to merge no-top-level-sodeps into main

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