From f41971c232421dc9d633490a02fd3df7069ec7e2 Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Thu, 7 Jan 2021 17:58:47 -0800 Subject: [PATCH 1/2] Add python3-cffi rosdep key Signed-off-by: Shane Loretz --- rosdep/python.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rosdep/python.yaml b/rosdep/python.yaml index 9c8410c44129c..4e6ea215b3509 100644 --- a/rosdep/python.yaml +++ b/rosdep/python.yaml @@ -5614,6 +5614,11 @@ python3-catkin-tools: fedora: [python3-catkin_tools] openembedded: [python3-catkin-tools@meta-ros-common] ubuntu: [python3-catkin-tools] +python3-cffi: + debian: [python3-cffi] + fedora: [python3-cffi] + gentoo: [dev-python/cffi] + ubuntu: [python3-cffi] python3-cherrypy3: debian: [python3-cherrypy3] ubuntu: [python3-cherrypy3] From 587a6fb0a8537e18f79b08af5a81c9285d33a2c9 Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Fri, 8 Jan 2021 09:20:27 -0800 Subject: [PATCH 2/2] Add rhel Signed-off-by: Shane Loretz Co-authored-by: Scott K Logan --- rosdep/python.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/rosdep/python.yaml b/rosdep/python.yaml index 4e6ea215b3509..61d916e3ec396 100644 --- a/rosdep/python.yaml +++ b/rosdep/python.yaml @@ -5618,6 +5618,7 @@ python3-cffi: debian: [python3-cffi] fedora: [python3-cffi] gentoo: [dev-python/cffi] + rhel: ['python%{python3_pkgversion}-cffi'] ubuntu: [python3-cffi] python3-cherrypy3: debian: [python3-cherrypy3]