summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-08-07 01:44:37 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-08-07 13:16:51 +0200
commit2cd92e2b4ce913dc42a8be0f3915814b6d90518a (patch)
tree4bae4c0393f8d420d9274584222e77d2cf9691a0
parenta93fbf9e9f2d4e863cabfda46881d40422132e4d (diff)
Drop Python 3 forcing patch.
-rw-r--r--debian/patches/0001-Force-Python-3-detection.patch32
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 33 deletions
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 <gspreemann@gmail.com>
-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