Skip to content
  • Nicolas Dufresne's avatar
    recipes: Workaround cerbero looking into first base class · 56d26079
    Nicolas Dufresne authored
    To obtain the btype, cerbero seems to introspect the first base class,
    with the introduction of multiple inheritance, this cause some
    information not to be found. To workaround, we simply flatten the
    hierarchy, so the recipe looks like having a single base class.
    56d26079