diskimage-builder/diskimage_builder/elements/source-repositories/package-installs.yaml
Carlos Goncalves 3c65025559 source-repositories: git is a build-only dependency
Git is a build-time dependency that should not end up in the final
image should source-repositories be the only element requiring it at
image build time.

Change-Id: Id0798c0a753f893d02c2d13fddea0c04b28cb7ca
2020-08-11 15:53:15 +02:00

5 lines
150 B
YAML

# Git isn't a dependency of this element, but is a dependency of pbr
# if you are doing pip install on a git cloned directory
git:
build-only: True