From c6f61f47c615483b39cbfa88416091e987e84435 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Date: Fri, 17 May 2013 14:11:55 +0200 Subject: [PATCH] genpy: improving the run-time dependency When importing the rosbag module in python, it fails in a genpy python module complaining about missing the shutil python module. The shutils module is provided by python-shell. --- recipes-ros/genpy/genpy_0.4.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/genpy/genpy_0.4.10.bb b/recipes-ros/genpy/genpy_0.4.10.bb index efdb466..27f7324 100644 --- a/recipes-ros/genpy/genpy_0.4.10.bb +++ b/recipes-ros/genpy/genpy_0.4.10.bb @@ -4,7 +4,7 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5" DEPENDS = "genmsg-native" -RDEPENDS_${PN} = "python-math genmsg" +RDEPENDS_${PN} = "python-math genmsg python-shell" RDEPENDS_${PN}_class-native = "" SRC_URI = "https://github.com/ros/${BPN}/archive/${PV}.tar.gz;downloadfilename=${BP}.tar.gz" -- GitLab