Sanity/oscap-builds-ssg: add missing git dependency

This commit is contained in:
Matus Marhefka 2020-08-28 12:46:32 +02:00
commit c52a5d7fd8
2 changed files with 2 additions and 1 deletions

View file

@ -53,7 +53,7 @@ $(METADATA): Makefile
@echo "Type: Sanity" >> $(METADATA)
@echo "TestTime: 40m" >> $(METADATA)
@echo "RunFor: openscap" >> $(METADATA)
@echo "Requires: openscap cmake make openscap-utils python3-pyyaml python3-jinja2" >> $(METADATA)
@echo "Requires: openscap cmake make openscap-utils python3-pyyaml python3-jinja2 git" >> $(METADATA)
@echo "Priority: Normal" >> $(METADATA)
@echo "License: GPLv2+" >> $(METADATA)
@echo "Confidential: no" >> $(METADATA)

View file

@ -10,3 +10,4 @@ recommend:
- openscap-utils
- python3-pyyaml
- python3-jinja2
- git