On 03/12/2019 22:06, Aníbal Limón wrote: > +inherit siteinfo python3native setuptools3 > > DEPENDS_append = " meson-native ninja-native" Considering setuptools3 inherits distutil3 which adds a load of tasks, shouldn't this just be a DEPENDS += python3-setuptools3-native? Ross