Skip to content
  • intrigeri's avatar
    Fix build failure by breaking cyclic dependency (refs: #14595) · 3ba1893b
    intrigeri authored
    This reverts commit e0b24a21
    and ensures we remove python3-setuptools later on.
    
    Otherwise there's a cyclic dependency situation: to install tailslib in
    config/chroot_local-hooks/00-install-tailslib we need to install
    python3-setuptools, which triggers the APT hook for ASP, which depends on
    tailslib to be available already.
    3ba1893b