-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wxpython for ROS noetic #25920
Add wxpython for ROS noetic #25920
Conversation
rosdep/python.yaml
Outdated
@@ -6553,6 +6553,7 @@ wxpython: | |||
artful: [python-wxgtk3.0] | |||
bionic: [python-wxgtk3.0] | |||
cosmic: [python-wxgtk3.0] | |||
focal: [python3-wxgtk4.0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mind also adding debian, fedora and gentoo entries to this key?
- debian
python3-wxgtk4.0
- Fedora
python3-wxpython4
- Gentoo
dev-python/wxpython
Sure thing! Is there a standard way of working on how to find these keys for the future? |
Signed-off-by: Shane Loretz <[email protected]>
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 <[email protected]>
Replaces #25075
Requirement for ros/actionlib#153 and ros-visualization/executive_smach_visualization#30