lower-python-dep
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 20 Nov 2022 05:54:23 +0000 (05:54 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sun, 20 Nov 2022 05:54:23 +0000 (05:54 +0000)
===================================================================

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

llvm/cmake/modules/HandleLLVMOptions.cmake

index 0fca934be9cf33fd93738c4f98f21c2845a107b7..b7f5a75243f2c2bbe882a8d93e435d2e10003df4 100644 (file)
@@ -1255,8 +1255,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)