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

Add python-modbus-pip to python.yaml #32010

Merged
merged 7 commits into from
Feb 15, 2022
Merged
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
11 changes: 10 additions & 1 deletion rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3693,7 +3693,15 @@ python-pymavlink:
packages: [pymavlink]
python-pymodbus:
debian: [python-pymodbus]
ubuntu: [python-pymodbus]
ubuntu:
bionic: [python-pymodbus]
python-pymodbus-pip: &migrate_eol_2027_04_30_python3_pymodbus_pip
debian:
pip:
packages: [pymodbus]
ubuntu:
pip:
packages: [pymodbus]
python-pymongo:
arch: [python2-pymongo]
debian: [python-pymongo]
Expand Down Expand Up @@ -7562,6 +7570,7 @@ python3-pymodbus:
ubuntu:
'*': [python3-pymodbus]
xenial: null
python3-pymodbus-pip: *migrate_eol_2027_04_30_python3_pymodbus_pip
python3-pymongo:
arch: [python-pymongo]
debian: [python3-pymongo]
Expand Down