There is now a slightly more complicated check in the CMakeLists.txt: # Ubuntu xenial needs python 3.5 if(${DISTRIBUTION} MATCHES "vivid" OR ${DISTRIBUTION} MATCHES "wily") find_package(PythonLibs 3.4 REQUIRED) find_package(Boost COMPONENTS python-py34 REQUIRED) else() find_package(PythonLibs 3.5 REQUIRED) find_package(Boost COMPONENTS python-py35 REQUIRED) endif()
I'm not sure if there is a better fix for this? ** Changed in: unity-scopes-shell (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492287 Title: FTBFS with Python 3.5 as supported version in Wily To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1492287/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs