From 42ad983c1ef8ec019f084bae61a3e7ad9cd9dd23 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 14 May 2025 01:43:04 +0200 Subject: [PATCH] Require systemtap-sdt-devel for sys/sdt.h Related: RHEL-88897 --- python3.12.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python3.12.spec b/python3.12.spec index c71f38d..2a9db43 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -279,6 +279,7 @@ BuildRequires: valgrind-devel BuildRequires: xz-devel BuildRequires: zlib-devel +BuildRequires: systemtap-sdt-devel BuildRequires: /usr/bin/dtrace # workaround http://bugs.python.org/issue19804 (test_uuid requires ifconfig)