Skip to content

Commit

Permalink
Fix to allow Travis jobs to run
Browse files Browse the repository at this point in the history
  • Loading branch information
dnpwwo committed Jan 2, 2017
1 parent 8ef4c1c commit ed3db20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ENDIF(USE_BUILTIN_SQLITE)

option(USE_PYTHON_PLUGINS "Use Python Plugins" YES)
IF(USE_PYTHON_PLUGINS)
find_package(PythonLibs 3.4)
find_package(PythonLibs 3.2)
IF(PYTHONLIBS_FOUND)
MESSAGE(STATUS "Python3 includes found at: ${PYTHON_INCLUDE_PATH}")
INCLUDE_DIRECTORIES(${PYTHON_INCLUDE_PATH})
Expand Down
2 changes: 1 addition & 1 deletion hardware/plugins/PluginManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <frameobject.h>
#include "DelayedLink.h"

#define MINIMUM_PYTHON_VERSION "3.2.0"
#define MINIMUM_PYTHON_VERSION "3.4.0"

#define ATTRIBUTE_VALUE(pElement, Name, Value) \
{ \
Expand Down

0 comments on commit ed3db20

Please sign in to comment.