Skip to content
Open
Changes from 1 commit
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
6 changes: 5 additions & 1 deletion rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9837,6 +9837,10 @@ python3-robyn-pip:
'*':
pip:
packages: [robyn]
python3-robotmem-pip:
Copy link
Copy Markdown

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: wrong ordering of key "python3-robotmem-pip" in mapping

'*':
pip:
packages: [robotmem]
python3-rocker:
debian: [python3-rocker]
ubuntu: [python3-rocker]
Expand Down Expand Up @@ -11547,4 +11551,4 @@ zulip-pip:
packages: [zulip]
ubuntu:
pip:
packages: [zulip]
packages: [zulip]
Copy link
Copy Markdown

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: no new line character at the end of file

Loading