Skip to content

Commit

Permalink
Removed nanopb dependency and set qt to 5.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Nov 14, 2024
1 parent 71d8c03 commit 0fbdc73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scan-dependencies-with-dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fbdc73

Please sign in to comment.