Skip to content
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

Adding python3 support for RPi.GPIO #30565

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7592,6 +7592,49 @@ python3-rospkg-modules:
pip:
packages: [rospkg]
ubuntu: [python3-rospkg-modules]
python3-rpi.gpio:
debian:
bullseye: [python3-rpi.gpio]
buster: [python3-rpi.gpio]
jessie:
pip:
packages: [RPi.GPIO]
stretch:
pip:
packages: [RPi.GPIO]
fedora: [python3-RPi.GPIO]
ubuntu:
'*': [python3-rpi.gpio]
artful: [python3-rpi.gpio]
trusty:
pip:
packages: [RPi.GPIO]
utopic:
pip:
packages: [RPi.GPIO]
vivid:
pip:
packages: [RPi.GPIO]
wily:
pip:
packages: [RPi.GPIO]
xenial:
pip:
packages: [RPi.GPIO]
yakkety:
pip:
packages: [RPi.GPIO]
zesty: [python3-rpi.gpio]
Comment on lines +7608 to +7627
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove these EOL entries.

python3-rpi.gpio-pip:
debian:
pip:
packages: [RPi.GPIO]
fedora:
pip:
packages: [RPi.GPIO]
ubuntu:
pip:
packages: [RPi.GPIO]
python3-rtree:
debian: [python3-rtree]
ubuntu: [python3-rtree]
Expand Down