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 PySide6 to rosdep keys #42353

Merged
merged 11 commits into from
Oct 4, 2024
Merged

Add PySide6 to rosdep keys #42353

merged 11 commits into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. Added PySide6 with pip.

    samyarsadat authored and clalancette committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3eb7ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e252f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d6013 View commit details
    Browse the repository at this point in the history
  4. Fixed alphabetical order.

    samyarsadat authored and clalancette committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bd4ce48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36bce49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61673f9 View commit details
    Browse the repository at this point in the history
  7. Change sort order.

    I'd intentionally tried to keep these in release order rather than
    lexicographical order but I forgot that the checker would dislike this.
    nuclearsandwich authored and clalancette committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2284840 View commit details
    Browse the repository at this point in the history
  8. Switch around the cases here.

    In particular, make this forward-compatible by using
    a star for the newer distributions, and either pip or
    null for the older ones.  This way it will work going
    forward.
    
    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a0b6f45 View commit details
    Browse the repository at this point in the history
  9. Add exception for Fedora 39.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7a72fa8 View commit details
    Browse the repository at this point in the history
  10. Alphabetize.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    398da77 View commit details
    Browse the repository at this point in the history
  11. Another fix.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    22dfc9b View commit details
    Browse the repository at this point in the history