From b3a7f5e0c59c919014b41fbf1859d14403da9ad6 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 8 Dec 2024 12:51:27 -0500 Subject: [PATCH] scap-security-guide: drop python pkgs Signed-off-by: Armin Kuster --- .../scap-security-guide/scap-security-guide_0.1.74.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-compliance/scap-security-guide/scap-security-guide_0.1.74.bb b/recipes-compliance/scap-security-guide/scap-security-guide_0.1.74.bb index 23b1825..bd74cff 100644 --- a/recipes-compliance/scap-security-guide/scap-security-guide_0.1.74.bb +++ b/recipes-compliance/scap-security-guide/scap-security-guide_0.1.74.bb @@ -92,6 +92,6 @@ do_install_ptest() { FILES:${PN} += "${datadir}/xml ${datadir}/openscap" RDEPENDS:${PN} = "openscap" -RDEPENDS:${PN}-ptest = "cmake grep sed bash git python3 python3-modules python3-mypy python3-pyyaml python3-yamlpath python3-xmldiff python3-json2html python3-pandas python3-openpyxl python3-pytest libxml2-utils libxslt-bin" +RDEPENDS:${PN}-ptest = "cmake grep sed bash git python3 python3-modules python3-pyyaml python3-pytest libxml2-utils libxslt-bin" COMPATIBLE_HOST:libc-musl = "null"