From: LLVM Packaging Team Date: Mon, 9 May 2022 18:47:26 +0000 (+0100) Subject: lower-python-dep X-Git-Tag: archive/raspbian/1%13.0.1-4+rpi1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6d3005c41074cb078367e0b3f5787ca797a2ba94;p=llvm-toolchain-13.git lower-python-dep =================================================================== Gbp-Pq: Name lower-python-dep.diff --- diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake index cfcbb8f8ae..1fbb8f9745 100644 --- a/llvm/cmake/modules/HandleLLVMOptions.cmake +++ b/llvm/cmake/modules/HandleLLVMOptions.cmake @@ -1223,8 +1223,8 @@ if(LLVM_USE_RELATIVE_PATHS_IN_FILES) endif() 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)