Add wxpython for ROS noetic#25920
Conversation
rosdep/python.yaml
Outdated
| artful: [python-wxgtk3.0] | ||
| bionic: [python-wxgtk3.0] | ||
| cosmic: [python-wxgtk3.0] | ||
| focal: [python3-wxgtk4.0] |
There was a problem hiding this comment.
Mind making a new rosdep key for python3-wxgtk4.0 instead of expanding the wxpython key? REP 151 and the contributing guide say to add new keys for Python 3 dependencies rather than expand old ones.
There was a problem hiding this comment.
Ah, I didn't see REP 151. I just crawled the file a bit and found similar examples like python-pyudev and python-requests. But I'll update according to the REP this afternoon!
Sure thing! Is there a standard way of working on how to find these keys for the future? |
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Not that I know of. The contributing guide says Ubuntu and Debian are high priority, with fedora and gentoo being nice to have. The Debian and Ubuntu package names are almost always the same. Finding the Fedora and Gentoo packages requires some googling. |
Based on #168 and ros/rosdistro#25920 Fixes: #153 and #167 Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
Replaces #25075
Requirement for ros/actionlib#153 and ros-visualization/executive_smach_visualization#30