summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2020-03-09 20:45:16 +0800
committerArmin Kuster <akuster808@gmail.com>2020-03-27 16:53:25 -0700
commit1f7ca85929fef49e34e6fccaecc0c8135c35598f (patch)
tree437d4d79819819b39541139f42f5674a228a9694
parent4229f5025e628d48665be95880fe1e458df5dda3 (diff)
downloadmeta-security-1f7ca85929fef49e34e6fccaecc0c8135c35598f.tar.gz
openscap-daemon: add missing runtime dependencies
Add missing runtime dependencies otherwise /usr/bin/oscapd can not startup. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
index ca6e030..a775021 100644
--- a/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
+++ b/meta-security-compliance/recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb
@@ -17,4 +17,7 @@ inherit setuptools3
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20RDEPENDS_${PN} = "python" 20RDEPENDS_${PN} = "openscap scap-security-guide \
21 python3-core python3-dbus \
22 python3-pygobject \
23 "