Skip to content
  • Duncan Coutts's avatar
    Fix selecting paired packages · 03ddfbb2
    Duncan Coutts authored
    Previously when we selected base 4 (and as a consequence
    slected base 3 too) we didn't properly trace the dependencies
    of base 3 so if nothing actually required base 3 then we ended
    up with base 3 in the solution but not with syb which it
    depends on. Consequently the solution was invalid.
    Now we select the paired package properly (hopefully).
    03ddfbb2