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 python3-validators to rosdistro #43485

Merged
Merged
Changes from 5 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
7 changes: 7 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10253,6 +10253,13 @@
nixos: [python3Packages.uvloop]
openembedded: [python3-uvloop@meta-ros2]
ubuntu: [python3-uvloop]
python3-validators:
debian: [python3-validators]
fedora: [python3-validators]
opensuse: [python3-validators]
ubuntu:

Choose a reason for hiding this comment

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

This line does not pass YAML linter checks: trailing spaces

'*': [python3-validators]
focal: null
python3-vcstool:
alpine: [vcstool]
debian: [python3-vcstool]
Expand Down Expand Up @@ -10384,7 +10391,7 @@
nixos: [python3Packages.websockets]
openembedded: [python3-websockets@meta-python]
ubuntu: [python3-websockets]
python3-werkzeug:

Check failure on line 10394 in rosdep/python.yaml

View workflow job for this annotation

GitHub Actions / Yaml Linting (3.8)

10394:10 [trailing-spaces] trailing spaces
arch: [python-werkzeug]
debian: [python3-werkzeug]
fedora: [python3-werkzeug]
Expand Down
Loading