From 2cd92e2b4ce913dc42a8be0f3915814b6d90518a Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 7 Aug 2018 01:44:37 +0200 Subject: Drop Python 3 forcing patch. --- debian/patches/0001-Force-Python-3-detection.patch | 32 ---------------------- debian/patches/series | 1 - 2 files changed, 33 deletions(-) delete mode 100644 debian/patches/0001-Force-Python-3-detection.patch diff --git a/debian/patches/0001-Force-Python-3-detection.patch b/debian/patches/0001-Force-Python-3-detection.patch deleted file mode 100644 index 828025a6..00000000 --- a/debian/patches/0001-Force-Python-3-detection.patch +++ /dev/null @@ -1,32 +0,0 @@ -From: Gard Spreemann -Date: Fri, 15 Jun 2018 13:17:30 +0200 -Subject: Force Python 3 detection. - ---- - cmake/modules/FindCython.cmake | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/cmake/modules/FindCython.cmake b/cmake/modules/FindCython.cmake -index 04aed1f..f3a5b7b 100644 ---- a/cmake/modules/FindCython.cmake -+++ b/cmake/modules/FindCython.cmake -@@ -24,16 +24,16 @@ - - # Use the Cython executable that lives next to the Python executable - # if it is a local installation. --find_package( PythonInterp ) -+find_package( PythonInterp 3 ) - if( PYTHONINTERP_FOUND ) - get_filename_component( _python_path ${PYTHON_EXECUTABLE} PATH ) - find_program( CYTHON_EXECUTABLE -- NAMES cython cython.bat cython3 -+ NAMES cython3 - HINTS ${_python_path} - ) - else() - find_program( CYTHON_EXECUTABLE -- NAMES cython cython.bat cython3 -+ NAMES cython3 - ) - endif() - diff --git a/debian/patches/series b/debian/patches/series index e92865f0..81114a30 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ -0001-Force-Python-3-detection.patch 0002-Disable-Sphinx-test-since-we-re-not-currently-using.patch 0003-Disable-tests-that-use-DFSG-deleted-data-files.patch 0004-Use-system-MathJax.patch -- cgit v1.2.3