Skip to content

Commit

Permalink
add build dependency on binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Nov 22, 2024
1 parent 4672cb2 commit 76d684b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ description = """View the status of a Slurm cluster, including nodes and queue."
toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

builddependencies = [
('binutils', '2.40'),
('hatchling', '1.18.0'),
('poetry', '1.6.1'),
]
Expand Down

0 comments on commit 76d684b

Please sign in to comment.