瀏覽代碼

HPCC-9012 Minimum version of python changed to 2.6

API calls used in pyembed are preset in >=2.6 and does not require
a minimum setting of 2.7.

Signed-off-by: Philip Schwartz <philip.schwartz@lexisnexis.com>
Philip Schwartz 12 年之前
父節點
當前提交
27883c658e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/pyembed/CMakeLists.txt

+ 2 - 2
plugins/pyembed/CMakeLists.txt

@@ -27,7 +27,7 @@ set ( debug_python Off )   # A lot slower but can assist in debugging...
 
 project( pyembed )
 
-ADD_PLUGIN(pyembed PACKAGES PythonLibs OPTION MAKE_PYEMBED MINVERSION 2.7 MAXVERSION 2.7)
+ADD_PLUGIN(pyembed PACKAGES PythonLibs OPTION MAKE_PYEMBED MINVERSION 2.6 MAXVERSION 2.7)
 
 if ( MAKE_PYEMBED )
 
@@ -67,4 +67,4 @@ if ( MAKE_PYEMBED )
       eclrtl
       jlib
       )
-endif()
+endif()