From 0fbdc73df58c0ab7911770d586a99dcd031e35f1 Mon Sep 17 00:00:00 2001 From: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:29:31 +0100 Subject: [PATCH] Removed nanopb dependency and set qt to 5.15.2 --- scan-dependencies-with-dash.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scan-dependencies-with-dash.py b/scan-dependencies-with-dash.py index 633b9efd02..dedb0c4729 100644 --- a/scan-dependencies-with-dash.py +++ b/scan-dependencies-with-dash.py @@ -116,8 +116,7 @@ def run_dash_license_tool(dependency_file_path): # Hardcoded dependencies that are not submodules clearlydefined_ids.append("git/github/seladb/PcapPlusPlus/v22.11") - clearlydefined_ids.append("git/github/qt/qtbase/v6.6.1") - clearlydefined_ids.append("git/github/nanopb/nanopb/0.4.9") + clearlydefined_ids.append("git/github/qt/qtbase/v5.15.2") # Write the clearlydefined identifiers to the output file with open(output_path, 'w') as f: