Skip to content

Commit

Permalink
Add python-modbus-pip to python.yaml (#32010)
Browse files Browse the repository at this point in the history
* Pymodbus from pip

* Added rule to install pymodbus from pip

* Adds Python3 support for pymodbus

* Fixing alphabetical order

* Added alias

* Adds focal and jammy exceptions

* Only melodic supports python2 packages

Co-authored-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>

Co-authored-by: Timotej Gaspar <timotej.gaspar@airnamics.com>
Co-authored-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
3 people authored Feb 15, 2022
1 parent 685c61c commit 1478abe
Showing 1 changed file with 10 additions and 1 deletion.
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 @@ -7578,6 +7586,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

0 comments on commit 1478abe

Please sign in to comment.