From d95667464147e97d377ec97afd23468240e9e2cc Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Wed, 10 Apr 2013 07:13:54 +0200 Subject: [PATCH] rospy: adding runtime dependencies --- recipes-ros/ros-comm/rospy_1.9.41.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-ros/ros-comm/rospy_1.9.41.bb b/recipes-ros/ros-comm/rospy_1.9.41.bb index f1ab63d..154705d 100644 --- a/recipes-ros/ros-comm/rospy_1.9.41.bb +++ b/recipes-ros/ros-comm/rospy_1.9.41.bb @@ -4,6 +4,8 @@ SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=23;endline=23;md5=d566ef916e9dedc494f5f793a6690ba5" +RDEPENDS_${PN} = "std-msgs genpy python-logging python-pyyaml rosgraph roslib rosgraph-msgs roscpp" + require ros-comm.inc S = "${WORKDIR}/ros_comm-${PV}/clients/${BPN}" -- GitLab