Skip to content

Add rosdep key for python3-pyqt6#50683

Open
sutharsan-311 wants to merge 2 commits intoros:masterfrom
sutharsan-311:add-python3-pyqt6-rosdep
Open

Add rosdep key for python3-pyqt6#50683
sutharsan-311 wants to merge 2 commits intoros:masterfrom
sutharsan-311:add-python3-pyqt6-rosdep

Conversation

@sutharsan-311
Copy link
Copy Markdown

Add rosdep rule for python3-pyqt6.

python3-pyqt6 is available as an apt package on Ubuntu 24.04 (Noble/Jazzy)
but not on earlier Ubuntu versions.

Verified:

  • Ubuntu 24.04 (Noble): python3-pyqt6 available via apt
  • Ubuntu 22.04 (Jammy): not available, set to null
  • Ubuntu 20.04 (Focal): not available, set to null

Needed for: https://github.com/sutharsan-311/nav2_config

@sutharsan-311 sutharsan-311 requested a review from a team as a code owner April 11, 2026 07:22
@github-actions github-actions Bot added the rosdep Issue/PR is for a rosdep key label Apr 11, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Thanks for sending a pull request to ROS distro!

This is an automated tool that helps check your pull request for correctness.
This tool checks a number of attributes associated with your ROS package and generates a report that helps our reviewers merge your pull request in a timely fashion. Here are a few things to consider when sending adding or updating a package to ROS Distro.
ROS Distro includes a very helpful CONTRIBUTING.md file that we recommend reading if it is your first time submitting a package.
Please also read the ROS Distro review guidelines which summarizes this release process.

ROS Distro Considerations

Package Considerations

Having your package included in a ROS Distro is a badge of quality, and we recommend that package developers strive to create packages of the highest quality. We recommend package developers review the following resources before submitting their package.

Need Help?

Please post your questions to Robotics Stack Exchange or refer to the Infrastructure General channel on our Zulip server.


For changes related to rosdep:

  • ✅ New rosdep keys are named appropriately
  • ✅ Platforms for new rosdep rules are valid
  • ✅ New keys appear suitable for rosdep

For changes related to yamllint:

  • ❌ One or more linter violations were added to YAML files

Comment thread rosdep/python.yaml Outdated
python3-pyqt6:
ubuntu:
noble: [python3-pyqt6]
jammy: 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 "jammy" in mapping

Comment thread rosdep/python.yaml
ubuntu:
noble: [python3-pyqt6]
jammy: null
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.

@sutharsan-311 sutharsan-311 force-pushed the add-python3-pyqt6-rosdep branch from f556300 to feac411 Compare April 11, 2026 07:26
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

For changes related to rosdep:

  • ✅ New rosdep keys are named appropriately
  • ✅ Platforms for new rosdep rules are valid
  • ✅ New keys appear suitable for rosdep

For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

For changes related to rosdep:

  • ✅ New rosdep keys are named appropriately
  • ✅ Platforms for new rosdep rules are valid
  • ✅ New keys appear suitable for rosdep

For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rosdep Issue/PR is for a rosdep key

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants