summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-10-01 08:49:37 -0700
committerArmin Kuster <akuster808@gmail.com>2017-10-02 07:49:23 -0700
commit8229c88275527abe492319c7b6e066487d569703 (patch)
tree9d8308296b6bfb112e70b747eff17d13fd7cfaaa
parent6f5b7b303fcd3f26d3571d8c6045c0b036fc8568 (diff)
downloadmeta-security-8229c88275527abe492319c7b6e066487d569703.tar.gz
openscap-daemon: fix QA issue
ERROR: openscap-daemon-0.1.6+gitAUTOINC+3fd5c75a08-r0 do_package_qa: QA Issue: /usr/bin/oscapd-cli contained in package openscap-daemon requires /usr/bin/python, but no providers found in RDEPENDS_openscap-daemon? [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb
index 1467da2..fb01a11 100644
--- a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb
+++ b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb
@@ -16,3 +16,5 @@ PV = "0.1.6+git${SRCPV}"
16inherit setuptools3 16inherit setuptools3
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19
20RDEPENDS_${PN} = "python"