[Python-modules-commits] [pyside] 04/06: Allows a different choice for the default python version.

Luke Faraone lfaraone at moszumanska.debian.org
Wed May 17 03:23:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

lfaraone pushed a commit to branch master
in repository pyside.

commit b18278bb3b2503e69b8e14fc43f49c455ba0b2f4
Author: Didier Raboud <odyx at debian.org>
Date:   Thu Oct 8 10:59:25 2015 -0700

    Allows a different choice for the default python version.
    
    Origin: vendor
    Last-Update: 2011-02-14
    Patch-Name: cmake_selectDefaultPython.patch
---
 libpyside/PySideConfig.cmake.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libpyside/PySideConfig.cmake.in b/libpyside/PySideConfig.cmake.in
index b7f45e8..58847d9 100644
--- a/libpyside/PySideConfig.cmake.in
+++ b/libpyside/PySideConfig.cmake.in
@@ -1,5 +1,5 @@
 if (NOT PYTHON_BASENAME)
-    message(STATUS "Using default python: @SHIBOKEN_PYTHON_SUFFIX@")
-    SET(PYTHON_BASENAME @SHIBOKEN_PYTHON_SUFFIX@)
+    message(STATUS "Using default python: @DEFAULT_PYTHON_BASENAME@")
+    SET(PYTHON_BASENAME @DEFAULT_PYTHON_BASENAME@)
 endif()
 include(@LIB_INSTALL_DIR@/cmake/PySide- at BINDING_API_VERSION@/PySideConfig${PYTHON_BASENAME}.cmake)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyside.git



More information about the Python-modules-commits mailing list