Skip to content

Commit

Permalink
add binutils as builddep, as enforced by the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
casparl committed Jan 23, 2025
1 parent 6bc234d commit 7830c79
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Git hook scripts are useful for identifying simple issues before submission to c

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

builddependencies = [
('binutils', '2.40'),
]

dependencies = [
('Python', '3.11.5'),
('PyYAML', '6.0.1'),
Expand Down

0 comments on commit 7830c79

Please sign in to comment.