Description of problem: cmake can't find Python 3.5 Version-Release number of selected component (if applicable): 3.3.2 How reproducible: always reproducible Steps to Reproduce: 1. install Python 3.5 2. try to build something that requires/uses Python 3.5 with cmake Actual results: cmake fails not being able to find PythonLibs Expected results: cmake does not fail Additional info: This commit fixes it: https://github.com/Kitware/CMake/commit/2db092b1f60b3677a2d44d5563bec216ae687e2f So it's a matter of either updating cmake to some nightly or just applying this patch to 3.3.2. I'll try to attach a patch to spec in a ~week if I can figure out what is correct way of contributing to Fedora for me.
Thanks, applied.