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

use condition attributes to specify Python 2 and 3 dependencies #71

Closed seanyen closed 4 years ago

seanyen commented 5 years ago

I am following the same convention how catkin chooses the dependencies based on Python version, so different rosdep keys can be selected depending on the build environment.

seanyen commented 5 years ago

cc @dirk-thomas

dirk-thomas commented 4 years ago

Thanks for the patch. I just merged #75 since I forgot about this PR. This patch needed to change the format version in order to allow the condition attribute to be used.