From cb6cd5a566d68a726eea34a1981acac0b790ead0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 1 Jan 2024 19:49:57 +0100 Subject: [PATCH] audit: reenable python bindings and bring in distutils via setuptools (needed with python 3.12) Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-oe/recipes-security/audit/audit_3.1.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-security/audit/audit_3.1.2.bb b/meta-oe/recipes-security/audit/audit_3.1.2.bb index 1f2c821f02..7136ed6a4c 100644 --- a/meta-oe/recipes-security/audit/audit_3.1.2.bb +++ b/meta-oe/recipes-security/audit/audit_3.1.2.bb @@ -27,12 +27,12 @@ INITSCRIPT_PARAMS = "defaults" SYSTEMD_PACKAGES = "auditd" SYSTEMD_SERVICE:auditd = "auditd.service" -DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native" +DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native python3-setuptools-native" EXTRA_OECONF = " --with-libwrap \ --enable-gssapi-krb5=no \ --with-libcap-ng=yes \ - --with-python3=no \ + --with-python3=yes \ --libdir=${base_libdir} \ --sbindir=${base_sbindir} \ --without-python \