[neon/kdevelop/kdevelop-python/Neon/release] debian/patches: patch in python 3.14 support

Carlos De Maine null at kde.org
Mon Jul 27 23:45:39 BST 2026


Git commit 81ca4739eac78ee5e01aad421844d3034882281d by Carlos De Maine.
Committed on 27/07/2026 at 22:45.
Pushed by carlosdem into branch 'Neon/release'.

patch in python 3.14 support

A  +13   -0    debian/patches/python.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kdevelop/kdevelop-python/-/commit/81ca4739eac78ee5e01aad421844d3034882281d

diff --git a/debian/patches/python.diff b/debian/patches/python.diff
new file mode 100644
index 0000000..513a34a
--- /dev/null
+++ b/debian/patches/python.diff
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e4b8530b..590ee4cb 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -42,7 +42,7 @@ add_definitions( -DTRANSLATION_DOMAIN=\"kdevpython\" )
+ 
+ set(Python3_USE_STATIC_LIBS FALSE)
+ set(Python3_FIND_STRATEGY VERSION)
+-find_package(Python3 3.4.3...<3.14 COMPONENTS Interpreter Development REQUIRED)
++find_package(Python3 3.4.3...<3.15 COMPONENTS Interpreter Development REQUIRED)
+ 
+ configure_file(kdevpythonversion.h.cmake "${CMAKE_CURRENT_BINARY_DIR}/kdevpythonversion.h" @ONLY)
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9657df0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+python.diff
\ No newline at end of file


More information about the Neon-commits mailing list