-
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
[rosdep] add python3 keys for pymodbus and urllib3 #26056
Conversation
debian: https://packages.debian.org/buster/python3-pymodbus fedora: https://fedora.pkgs.org/32/fedora-x86_64/python3-pymodbus-2.3.0-2.fc32.noarch.rpm.html ubuntu: https://packages.ubuntu.com/focal/python3-pymodbus Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
debian: https://packages.debian.org/buster/python3-urllib3 fedora: https://fedora.pkgs.org/32/fedora-x86_64/python3-urllib3-1.25.7-3.fc32.noarch.rpm.html gentoo: https://packages.gentoo.org/packages/dev-python/urllib3 ubuntu: https://packages.ubuntu.com/focal/python3-urllib3 Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
rosdep/python.yaml
Outdated
@@ -5998,6 +5998,10 @@ python3-pykdl: | |||
'*': [python3-pykdl] | |||
'bionic': null | |||
'xenial': null | |||
python3-pymodbus: | |||
debian: [python3-pymodbus] |
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.
This key isn't available in stretch
. It is available in stretch-backports
, but we don't usually allow keys in the backports repository, as I understand it. So I think this will have to get split out to a null
key for stretch
and python3-pymodbus
for everything else.
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.
I didnt know stretch was still a required platform for new keys as it went EOL last month.
Addressed in 85aee79
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.
I didnt know stretch was still a required platform for new keys as it went EOL last month.
I didn't realize that. Thanks for the heads up; for now, I think we can leave the key since we've added it.
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
pymodbus:
debian: https://packages.debian.org/buster/python3-pymodbus
fedora: https://fedora.pkgs.org/32/fedora-x86_64/python3-pymodbus-2.3.0-2.fc32.noarch.rpm.html
ubuntu: https://packages.ubuntu.com/focal/python3-pymodbus
urllib3:
debian: https://packages.debian.org/buster/python3-urllib3
fedora: https://fedora.pkgs.org/32/fedora-x86_64/python3-urllib3-1.25.7-3.fc32.noarch.rpm.html
gentoo: https://packages.gentoo.org/packages/dev-python/urllib3
ubuntu: https://packages.ubuntu.com/focal/python3-urllib3