diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-10-01 08:49:37 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-10-02 07:49:23 -0700 |
| commit | 8229c88275527abe492319c7b6e066487d569703 (patch) | |
| tree | 9d8308296b6bfb112e70b747eff17d13fd7cfaaa /meta-security-compliance/recipes-openscap/openscap-daemon | |
| parent | 6f5b7b303fcd3f26d3571d8c6045c0b036fc8568 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-security-compliance/recipes-openscap/openscap-daemon')
| -rw-r--r-- | meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.6.bb | 2 |
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}" | |||
| 16 | inherit setuptools3 | 16 | inherit setuptools3 |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | |||
| 20 | RDEPENDS_${PN} = "python" | ||
