qa: Exclude `native_libtinfo` from dependency update checks

We are pinning a specific version to get Arch builds working.
This commit is contained in:
Jack Grigg 2022-03-22 19:33:14 +00:00
parent 7b7ac148ac
commit 479b10364b
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",
# 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")