From 9e1cd27b382e12eb7bcb3337cd6709501742d6d5 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 7 Oct 2022 12:35:30 +0300 Subject: [PATCH] Python is required for bootstrap [..] CMake Warning at CMakeLists.txt:381 (message): LIBCXX_ENABLE_STATIC_ABI_LIBRARY is an experimental option CMake Error at CMakeLists.txt:383 (message): LIBCXX_ENABLE_STATIC_ABI_LIBRARY requires python but it was not found. -- Configuring incomplete, errors occurred! [..] Signed-off-by: David Abdurachmanov --- libcxx.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcxx.spec b/libcxx.spec index 1e28dd4..a2a9ec4 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -29,9 +29,7 @@ BuildRequires: python3-devel BuildRequires: libcxxabi-static BuildRequires: libcxxabi-devel -%if %{bootstrap} < 1 BuildRequires: python3 -%endif # For origin certification