Skip to content

Commit 5a55fda

Browse files
author
spottho1
committed
adding binutils as build dependency
1 parent 7958f32 commit 5a55fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/easyconfigs/g/googledrivedownloader/googledrivedownloader-0.4-GCCcore-8.2.0.eb

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ description = """Minimal class to download shared files from Google Drive."""
99
toolchain = {'name': 'GCCcore', 'version': '8.2.0'}
1010

1111
source_urls = [PYPI_SOURCE]
12-
1312
sources = [SOURCE_TAR_GZ]
14-
1513
checksums = ['4b34c1337b2ff3bf2bd7581818efbdcaea7d50ffd484ccf80809688f5ca0e204']
1614

15+
builddependencies = [('binutils', '2.31.1')]
16+
1717
multi_deps = {'Python': ['3.7.2', '2.7.15']}
1818

1919
download_dep_fail = True

0 commit comments

Comments
 (0)