Skip to content

Commit

Permalink
Add in a rosdep key for python3-transforms3d. (#33091)
Browse files Browse the repository at this point in the history
* Add in a rosdep key for python3-transforms3d.

It is available in Ubuntu since Jammy, in Fedora since at
least Fedora 34.  It is also available in Debian Sid and Bookworm,
but not any released Debian distribution yet.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>

* Fixes from review.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
clalancette authored May 17, 2022
1 parent e9ea62f commit 44f8459
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5251,8 +5251,13 @@ python-transforms3d-pip:
pip:
packages: [transforms3d]
ubuntu:
pip:
packages: [transforms3d]
'*': null
bionic:
pip:
packages: [transforms3d]
focal:
pip:
packages: [transforms3d]
python-transitions:
debian:
'*': [python-transitions]
Expand Down Expand Up @@ -8732,6 +8737,19 @@ python3-tqdm:
ubuntu:
'*': [python3-tqdm]
xenial: null
python3-transforms3d:
debian:
pip:
packages: [transforms3d]
fedora: [python3-transforms3d]
ubuntu:
'*': [python3-transforms3d]
bionic:
pip:
packages: [transforms3d]
focal:
pip:
packages: [transforms3d]
python3-transitions:
debian:
'*': [python3-transitions]
Expand Down

0 comments on commit 44f8459

Please sign in to comment.