From 4ccb4dc6557b5c0dc018f8bb8d2c0489bb9bad7f Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Mon, 6 Feb 2017 14:39:12 +0200 Subject: [PATCH] theora-image-transport: add missing build dep on python-rospkg Signed-off-by: Dmitry Rozhkov --- .../image-transport-plugins/theora-image-transport_1.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/image-transport-plugins/theora-image-transport_1.9.5.bb b/recipes-ros/image-transport-plugins/theora-image-transport_1.9.5.bb index a92b778..21f727e 100644 --- a/recipes-ros/image-transport-plugins/theora-image-transport_1.9.5.bb +++ b/recipes-ros/image-transport-plugins/theora-image-transport_1.9.5.bb @@ -4,6 +4,6 @@ SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5" -DEPENDS = "cv-bridge dynamic-reconfigure image-transport tf rosbag" +DEPENDS = "cv-bridge dynamic-reconfigure image-transport tf rosbag python-rospkg" require image-transport-plugins.inc