diff mbox series

audit: reenable python bindings and bring in distutils via setuptools (needed with python 3.12)

Message ID 20240101184957.647473-1-alex@linutronix.de
State Accepted
Headers show
Series audit: reenable python bindings and bring in distutils via setuptools (needed with python 3.12) | expand

Commit Message

Alexander Kanavin Jan. 1, 2024, 6:49 p.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta-oe/recipes-security/audit/audit_3.1.2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj Jan. 8, 2024, 2:46 a.m. UTC | #1
On Mon, 01 Jan 2024 19:49:57 +0100, Alexander Kanavin wrote:
> 


Applied, thanks!

[1/1] audit: reenable python bindings and bring in distutils via setuptools (needed with python 3.12)
      commit: cb6cd5a566d68a726eea34a1981acac0b790ead0

Best regards,
diff mbox series

Patch

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 1f2c821f0..7136ed6a4 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 \