From 1f7ca85929fef49e34e6fccaecc0c8135c35598f Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 9 Mar 2020 20:45:16 +0800 Subject: openscap-daemon: add missing runtime dependencies Add missing runtime dependencies otherwise /usr/bin/oscapd can not startup. Signed-off-by: Yi Zhao Signed-off-by: Armin Kuster --- .../recipes-openscap/openscap-daemon/openscap-daemon_0.1.10.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 S = "${WORKDIR}/git" -RDEPENDS_${PN} = "python" +RDEPENDS_${PN} = "openscap scap-security-guide \ + python3-core python3-dbus \ + python3-pygobject \ + " -- cgit v1.2.3-54-g00ecf