From 48e2d9a103014e79d54f341f5196af7473dc2380 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Mon, 11 Sep 2023 14:40:42 +0100 Subject: [PATCH] lower-python-dep =================================================================== Gbp-Pq: Name lower-python-dep.diff --- llvm/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 2b9315c22e..89e05bdb5c 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -830,8 +830,8 @@ set(LLVM_PROFDATA_FILE "" CACHE FILEPATH "Profiling data file to use when compiling in order to improve runtime performance.") if(LLVM_INCLUDE_TESTS) - # Lit test suite requires at least python 3.6 - set(LLVM_MINIMUM_PYTHON_VERSION 3.6) + # Lit test suite requires at least python 3.5 + set(LLVM_MINIMUM_PYTHON_VERSION 3.5) else() # FIXME: it is unknown if this is the actual minimum bound set(LLVM_MINIMUM_PYTHON_VERSION 3.0) -- 2.30.2