qa: Exclude `native_libtinfo` from dependency update checks

We are pinning a specific version to get Arch builds working.

(cherry picked from commit 479b10364b)
This commit is contained in:
Jack Grigg 2022-03-22 19:33:14 +00:00 committed by Daira Hopwood
parent e631ca4d6b
commit 8f4e853aba
1 changed files with 3 additions and 1 deletions

View File

@ -328,7 +328,9 @@ def main():
# packages.mk is not a dependency, it just specifies the list of them all. # packages.mk is not a dependency, it just specifies the list of them all.
"packages", "packages",
# This package doesn't have conventional version numbers # This package doesn't have conventional version numbers
"native_cctools" "native_cctools",
# This package is pinned specifically for Arch.
"native_libtinfo",
] ]
print_row("NAME", "STATUS", "CURRENT VERSION", "NEWER VERSIONS") print_row("NAME", "STATUS", "CURRENT VERSION", "NEWER VERSIONS")