-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
When I install reframe through pip in minimal docker container, it seems it can only work when git is installed; probably it just tries to use git to get the current commit for the version number (?). Is git a hard dependency? If I could do without it would reduce the size of my docker image by 80MB.
It seems a depends_on('git', type='run') dep in the spack package is missing too: https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/reframe/package.py.