mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +00:00
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>
This commit is contained in:
@@ -17,4 +17,7 @@ inherit setuptools3
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "python"
|
RDEPENDS_${PN} = "openscap scap-security-guide \
|
||||||
|
python3-core python3-dbus \
|
||||||
|
python3-pygobject \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user