File shiboken-enable-python35.patch of Package python3-pyside-shiboken

From f34a1497b8bc973d92d86ffee1fff0d9d2af88db Mon Sep 17 00:00:00 2001
From: toddrme2178 <toddrme2178@gmail.com>
Date: Thu, 28 Jan 2016 14:58:45 +0100
Subject: [PATCH] Enable support for python 3.5

Add python 3.5 to the allowed python versions.
---
 cmake/Modules/FindPython3Libs.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/Modules/FindPython3Libs.cmake b/cmake/Modules/FindPython3Libs.cmake
index 20a82ba..4f1e102 100644
--- a/cmake/Modules/FindPython3Libs.cmake
+++ b/cmake/Modules/FindPython3Libs.cmake
@@ -27,7 +27,7 @@ INCLUDE(CMakeFindFrameworks)
 # Search for the python framework on Apple.
 # CMAKE_FIND_FRAMEWORKS(Python)
 
-FOREACH(_CURRENT_VERSION 3.4 3.3 3.2 3.1 3.0)
+FOREACH(_CURRENT_VERSION 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
   IF(_CURRENT_VERSION GREATER 3.1)
       SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "")
   ELSE()
openSUSE Build Service is sponsored by