Skip to content

Commit 4034eed

Browse files
author
Samuel Moors
committed
move RE2 to a runtime dep
1 parent e5c63b7 commit 4034eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easybuild/easyconfigs/g/grpcio/grpcio-1.76.0-GCCcore-14.2.0.eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ toolchainopts = {'pic': True}
1414
builddependencies = [
1515
('binutils', '2.42'),
1616
('OpenSSL', '3', '', SYSTEM),
17-
('RE2', '2024-07-02'),
1817
('Cython', '3.1.1'),
1918
]
2019

2120
dependencies = [
2221
('Python', '3.13.1'),
2322
('protobuf-python', '6.31.1'),
2423
('Abseil', '20250512.1'),
24+
('RE2', '2024-07-02'),
2525
]
2626

2727
exts_list = [

0 commit comments

Comments
 (0)