Comment 3 for bug 1492287

Revision history for this message
Matthias Klose (doko) wrote :

--- unity-scopes-shell-0.5.5+15.10.20151019.orig/src/python/scope_harness/CMakeLists.txt
+++ unity-scopes-shell-0.5.5+15.10.20151019/src/python/scope_harness/CMakeLists.txt
@@ -1,6 +1,6 @@
 include(FindPkgConfig)
-find_package(PythonLibs 3.4 REQUIRED)
-find_package(Boost COMPONENTS python-py34 REQUIRED)
+find_package(PythonLibs 3.5 REQUIRED)
+find_package(Boost COMPONENTS python-py35 REQUIRED)

 include_directories(
         ${PYTHON_INCLUDE_DIRS}