Skip to content

Commit

Permalink
Forgot a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Nov 19, 2024
1 parent f8ecb4f commit bf9fe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/easyconfigs/easyconfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def check_dep_vars(self, gen, dep, dep_vars):
'CubeWriter': [(r'4\.8\.2;', [r'Score-P-8\.[3-9]'])],
# Current rapthor requires WSclean 3.5 or newer, which in turn requires EveryBeam 0.6.X or newer
# Requires us to also bump DP3 version (to 6.2) and it's dependency on EveryBeam
'EveryBeam': [(r'0\.6\.1' [r'DP3-6\.2', r'WSClean-3\.[5-9]'])],
'EveryBeam': [(r'0\.6\.1', [r'DP3-6\.2', r'WSClean-3\.[5-9]'])],
# egl variant of glew is required by libwpe, wpebackend-fdo + WebKitGTK+ depend on libwpe
'glew': [
('2.2.0; versionsuffix: -egl', [r'libwpe-1\.13\.3-GCCcore-11\.2\.0',
Expand Down

0 comments on commit bf9fe67

Please sign in to comment.