From c52a5d7fd8d7780b00508ee50bf66839c2aec9d4 Mon Sep 17 00:00:00 2001 From: Matus Marhefka Date: Aug 28 2020 10:46:32 +0000 Subject: Sanity/oscap-builds-ssg: add missing git dependency --- diff --git a/Sanity/oscap-builds-ssg/Makefile b/Sanity/oscap-builds-ssg/Makefile index 010b02f..8ad2f70 100644 --- a/Sanity/oscap-builds-ssg/Makefile +++ b/Sanity/oscap-builds-ssg/Makefile @@ -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) diff --git a/Sanity/oscap-builds-ssg/main.fmf b/Sanity/oscap-builds-ssg/main.fmf index 66635ee..d84bac9 100644 --- a/Sanity/oscap-builds-ssg/main.fmf +++ b/Sanity/oscap-builds-ssg/main.fmf @@ -10,3 +10,4 @@ recommend: - openscap-utils - python3-pyyaml - python3-jinja2 +- git