# IT4Innovations 2021 easyblock = "Toolchain" name = 'Py' version = '3.8' homepage = 'https://www.python.org' description = """Python 3.8 toolchain""" toolchain = SYSTEM dependencies = [ ('Python', '3.8.2', '', ('GCCcore', '9.3.0')), ('GCC', '9.3.0'), ] moduleclass = 'toolchain'