Skip to content

Commit 68ba610

Browse files
bedrogeboegel
andauthored
Update eb_hooks.py
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
1 parent 00711bd commit 68ba610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def parse_hook_maturin(ec, eprefix):
643643
if orig_rust in ec['builddependencies']:
644644
rust_index = ec['builddependencies'].index(orig_rust)
645645
ec['builddependencies'][rust_index] = new_rust
646-
print_msg(f"Replaced {orig_rust} build dependency by {new_rust}.")
646+
print_msg(f"Replaced {orig_rust} build dependency by {new_rust} for {ec.name} {ec.version}")
647647
else:
648648
raise EasyBuildError("maturin-specific hook triggered for non-maturin easyconfig?!")
649649

0 commit comments

Comments
 (0)