Fix charliecloud dependencies (#12427)

This commit is contained in:
Daryl W. Grunau 2019-08-14 18:14:00 -06:00 committed by Adam J. Stewart
parent 226f23bc43
commit b8ffb1cf7f

View File

@ -31,6 +31,8 @@ class Charliecloud(MakefilePackage):
# experimental builder (ch-grow)
variant('builder', default=False, description='Bundle dependencies for unprivileged builder (ch-grow)')
depends_on('py-lark-parser', type='run', when='+builder')
depends_on('skopeo', type='run', when='+builder')
depends_on('umoci', type='run', when='+builder')
# man pages and html docs
variant('docs', default=False, description='Build man pages and html docs')