diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-12-08 12:51:27 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-12-22 12:16:04 -0500 |
commit | b3a7f5e0c59c919014b41fbf1859d14403da9ad6 (patch) | |
tree | 713e0cd6a3ba41ffe6ac19c14e102a47f7c181bf | |
parent | 8908dd67740c77cd8d6d1412a3639e994003f50d (diff) | |
download | meta-security-b3a7f5e0c59c919014b41fbf1859d14403da9ad6.tar.gz |
scap-security-guide: drop python pkgs
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-compliance/scap-security-guide/scap-security-guide_0.1.74.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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() { | |||
92 | FILES:${PN} += "${datadir}/xml ${datadir}/openscap" | 92 | FILES:${PN} += "${datadir}/xml ${datadir}/openscap" |
93 | 93 | ||
94 | RDEPENDS:${PN} = "openscap" | 94 | RDEPENDS:${PN} = "openscap" |
95 | 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" | 95 | RDEPENDS:${PN}-ptest = "cmake grep sed bash git python3 python3-modules python3-pyyaml python3-pytest libxml2-utils libxslt-bin" |
96 | 96 | ||
97 | COMPATIBLE_HOST:libc-musl = "null" | 97 | COMPATIBLE_HOST:libc-musl = "null" |