diff --git a/debian/patches/0050-Remove-explicit-python-version-list.patch b/debian/patches/0050-Remove-explicit-python-version-list.patch deleted file mode 100644 index 220e6cba..00000000 --- a/debian/patches/0050-Remove-explicit-python-version-list.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 61caa3a0c61fd4f2a049e9a14b5f4f74354dbb29 Mon Sep 17 00:00:00 2001 -From: Christian Biesinger -Date: Thu, 18 Jul 2019 14:52:36 -0500 -Subject: [PATCH] Remove explicit python version list - -This is required to make -DPYTHON_EXECUTABLE work correctly ---- - llvm/CMakeLists.txt | 4 ---- - 1 file changed, 4 deletions(-) - -Index: llvm-toolchain-9_9~svn366428/CMakeLists.txt -=================================================================== ---- llvm-toolchain-9_9~svn366428.orig/CMakeLists.txt -+++ llvm-toolchain-9_9~svn366428/CMakeLists.txt -@@ -1,4 +1,4 @@ --# See docs/CMake.html for instructions about how to build LLVM with CMake. -+FindPythonInterp# See docs/CMake.html for instructions about how to build LLVM with CMake. - - cmake_minimum_required(VERSION 3.4.3) - -@@ -643,7 +643,7 @@ option(LLVM_ENABLE_PLUGINS "Enable plugi - include(HandleLLVMOptions) - - # We support both Python 2 and 3. --set(Python_ADDITIONAL_VERSIONS 3.7 3.6 3.5 2.7) -+set(Python_ADDITIONAL_VERSIONS 3.7 3.6 3.5) - include(FindPythonInterp) - if( NOT PYTHONINTERP_FOUND ) - message(FATAL_ERROR diff --git a/debian/patches/series b/debian/patches/series index 2f3c3a93..41c2a260 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -125,6 +125,3 @@ kfreebsd/tools_llvm-shlib_CMakeLists.txt.diff 930008-arm.diff bootstrap-fix-include-next.diff -# Python 3 -0050-Remove-explicit-python-version-list.patch -