Skip to content

datamodel-code-generator: Fix NixOS entry#52028

Open
wentasah wants to merge 1 commit into
ros:masterfrom
wentasah:datamodel-code-generator
Open

datamodel-code-generator: Fix NixOS entry#52028
wentasah wants to merge 1 commit into
ros:masterfrom
wentasah:datamodel-code-generator

Conversation

@wentasah

Copy link
Copy Markdown
Contributor

This fixes the entry added recently in #51568 by @arjo129.

NixOS and Nixpkgs provide Python packages through multiple package sets:

  • Version-specific sets, such as python312Packages for Python 3.12
  • The generic set python3Packages, which always points to the default Python version in Nixpkgs.

For rosdep, it is preferable to use the generic set, since version-specific sets are eventually removed from Nixpkgs.

NixOS and Nixpkgs provide Python packages through multiple package
sets:
- Version-specific sets, such as python312Packages for Python 3.12
- The generic set python3Packages, which always points to the default
  Python version in Nixpkgs.

For rosdep, it is preferable to use the generic set, since
version-specific sets are eventually removed from Nixpkgs.

Signed-off-by: Michal Sojka <michal.sojka@cvut.cz>
@wentasah wentasah requested a review from a team as a code owner June 11, 2026 18:15
@github-actions github-actions Bot added the rosdep Issue/PR is for a rosdep key label Jun 11, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

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:

  • ✅ Platforms for new rosdep rules are valid

For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

@mergify

mergify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

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.

1 participant