diff --git a/python3.13.spec b/python3.13.spec index 288c31b..dac363e 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -280,6 +280,11 @@ BuildRequires: gcc-c++ BuildRequires: gdb BuildRequires: glibc-all-langpacks BuildRequires: tzdata + +# Perf support is only available on x86_64 and aarch64 right now +%ifarch x86_64 aarch64 +BuildRequires: perf +%endif %endif %if %{with jit} diff --git a/tests/tests.yml b/tests/tests.yml index 8a4ba6b..32fbb39 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -65,3 +65,4 @@ - glibc-all-langpacks # for locale tests - marshalparser # for testing compatibility (magic numbers) with marshalparser - rpm # for debugging + - perf # for test_perf_profiler