diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-03-09 20:45:16 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-17 19:34:03 -0700 |
commit | 56fd59fba18083a4fd4b0ed817590b000c0458b8 (patch) | |
tree | 437d4d79819819b39541139f42f5674a228a9694 | |
parent | c90a19d1ab2d913565fe8cbaa51c52f87c3f9f07 (diff) | |
download | meta-security-56fd59fba18083a4fd4b0ed817590b000c0458b8.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.bb | 5 |
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 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | RDEPENDS_${PN} = "python" | 20 | RDEPENDS_${PN} = "openscap scap-security-guide \ |
21 | python3-core python3-dbus \ | ||
22 | python3-pygobject \ | ||
23 | " | ||