[packages/shiboken] - fix python 3 detection, again

baggins baggins at pld-linux.org
Mon Apr 4 13:07:16 CEST 2022


commit 654470d360405c979bd05faacb7cbc89b1a89541
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Apr 4 13:06:56 2022 +0200

    - fix python 3 detection, again

 shiboken-python.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/shiboken-python.patch b/shiboken-python.patch
index 250b254..49a60df 100644
--- a/shiboken-python.patch
+++ b/shiboken-python.patch
@@ -12,7 +12,7 @@ diff -ur shiboken-1.2.2/cmake/Modules/FindPython3Libs.cmake shiboken-1.2.2.cmake
 -      SET(_32FLAGS "")
 -  ENDIF()
 -  FOREACH(_COMPILATION_FLAGS ${_32FLAGS})
-+FOREACH(_CURRENT_VERSION 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
++FOREACH(_CURRENT_VERSION 3.10 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
 +  FOREACH(_COMPILATION_FLAGS "" "m" "u" "mu" "dm" "du" "dmu")
        STRING(REPLACE "." "" _CURRENT_VERSION_NO_DOTS ${_CURRENT_VERSION})
        IF(WIN32)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/shiboken.git/commitdiff/654470d360405c979bd05faacb7cbc89b1a89541



More information about the pld-cvs-commit mailing list