Skip to content

Commit

Permalink
rosdep: add OpenEmbedded mapping for python*-catkin-{lint,tools}
Browse files Browse the repository at this point in the history
* the recipes were added to meta-ros-common (for python3) and meta-ros-python2 (for python2)

Signed-off-by: Martin Jansa <martin.jansa@lge.com>
  • Loading branch information
shr-project committed Dec 11, 2020
1 parent ba4b802 commit 6bd89b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ python-cantools-pip:
packages: [cantools]
python-catkin-lint:
fedora: [python-catkin_lint]
openembedded: ['${PYTHON_PN}-catkin-lint@meta-ros-common']
ubuntu: [python-catkin-lint]
python-catkin-pkg:
alpine:
Expand Down Expand Up @@ -945,6 +946,7 @@ python-catkin-tools:
arch: [python2-catkin-tools]
debian: [python-catkin-tools]
fedora: [python-catkin_tools]
openembedded: ['${PYTHON_PN}-catkin-tools@meta-ros-common']
osx:
pip:
packages: [catkin_tools]
Expand Down Expand Up @@ -5581,6 +5583,7 @@ python3-catkin-lint:
jessie: null
stretch: null
fedora: [python3-catkin_lint]
openembedded: [python3-catkin-lint@meta-ros-common]
ubuntu:
'*': [python3-catkin-lint]
bionic: null
Expand All @@ -5607,6 +5610,7 @@ python3-catkin-pkg-modules:
python3-catkin-tools:
debian: [python3-catkin-tools]
fedora: [python3-catkin_tools]
openembedded: [python3-catkin-tools@meta-ros-common]
ubuntu: [python3-catkin-tools]
python3-cherrypy3:
debian: [python3-cherrypy3]
Expand Down

0 comments on commit 6bd89b8

Please sign in to comment.