Skip to content
Open
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
5 changes: 5 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9034,6 +9034,11 @@
'*': [python3-qt5-webengine, pyqtwebengine-devel]
'8': null
ubuntu: [python3-pyqt5.qtwebengine]
python3-pyqt6:

Check warning on line 9037 in rosdep/python.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Key 'python3-pyqt6' might be satisfied by debian package named 'python3-pyqt6': https://packages.debian.org/trixie/python3-pyqt6

Check warning on line 9037 in rosdep/python.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Key 'python3-pyqt6' might be satisfied by rhel package named 'python3-pyqt6': http://phx.mirrors.clouvider.net/almalinux/10.1/AppStream/x86_64/os/Packages/python3-pyqt6-6.9.0-1.el10.x86_64.rpm

Check warning on line 9037 in rosdep/python.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Key 'python3-pyqt6' might be satisfied by fedora package named 'python3-pyqt6': http://mirror.cs.princeton.edu/pub/mirrors/fedora/linux/releases/43/Everything/x86_64/os/Packages/p/python3-pyqt6-6.9.1-6.fc43.i686.rpm
ubuntu:
focal: null
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 "focal" in mapping

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@sutharsan-311 - could you please fix the linting errors?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Fixed — reordered the ubuntu release keys to alphabetical order (focal → jammy → noble) in the latest commit.

jammy: null
noble: [python3-pyqt6]
python3-pyqt6.qtmultimedia:
debian:
'*': [python3-pyqt6.qtmultimedia]
Expand Down
Loading