diff --git a/.ci/lib/generate_build_jobs.py b/.ci/lib/generate_build_jobs.py index a5446dfec..28a0bcfe9 100755 --- a/.ci/lib/generate_build_jobs.py +++ b/.ci/lib/generate_build_jobs.py @@ -77,7 +77,7 @@ class Device: return {"postmarketos-mkinitfs-hook-ci"} @cached_property - def package_dependencies(self) -> list[str]: + def package_dependencies(self) -> set[str]: # HACK: Work around a bug in depends_recurse which prevents listing all the dependencies # Bug: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2623 return {"postmarketos-initramfs"}