ros-visualization / python_qt_binding

http://wiki.ros.org/python_qt_binding
BSD 3-Clause "New" or "Revised" License
34 stars 54 forks source link

Make FindPythonInterp dependency explicit #107

Closed sloretz closed 3 years ago

sloretz commented 3 years ago

This makes the dependency on FindPythonInterp explicit, and removes code supporting Python version less than 3.3. I noticed this fails to build why making ament_cmake_core depend on FindPython3. I'd like to make this use FindPython3 too, but that's more involved, and this unblocks other work for now.

Blocks ament/ament_cmake#355 Blocks ros-visualization/qt_gui_core#254

sloretz commented 3 years ago

CI (build: --packages-above-and-dependencies python_qt_binding test: --packages-above python_qt_binding)