Skip to content

Commit

Permalink
Adding python3d-transforms3d-pip to All Ubuntu Releases
Browse files Browse the repository at this point in the history
I need python3-transforms3d-pip in `rolling`. Currently, every other supported distribution is explicitly called out, and I do not see a good reason for this, so I simplified the rule to install the package for all Ubuntu versions.
  • Loading branch information
danthony06 authored Jul 22, 2024
1 parent 44d6839 commit 1b42403
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4287,16 +4287,8 @@ python-transforms3d-pip:
pip:
packages: [transforms3d]
ubuntu:
'*': null
bionic:
pip:
packages: [transforms3d]
focal:
pip:
packages: [transforms3d]
jammy:
pip:
packages: [transforms3d]
pip:
packages: [transforms3d]
python-transitions:
debian:
'*': [python-transitions]
Expand Down

0 comments on commit 1b42403

Please sign in to comment.