lower-python-dep
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 8 Feb 2022 20:39:18 +0000 (20:39 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 8 Feb 2022 20:39:18 +0000 (20:39 +0000)
===================================================================

Gbp-Pq: Name lower-python-dep.diff

llvm/cmake/modules/HandleLLVMOptions.cmake

index cfcbb8f8aec37d77b1bc25dc6a4b2db65b9af3dc..1fbb8f9745eba198539ac805e6ead59371c96c2c 100644 (file)
@@ -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)