From 6a8bd91ca3576b35c11e5d8d1ba978a1ab5c5694 Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Mon, 6 Feb 2017 14:38:16 +0200 Subject: [PATCH] compressed-depth-image-transport: add missing build dep on python-rospkg Signed-off-by: Dmitry Rozhkov --- .../compressed-depth-image-transport_1.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ros/image-transport-plugins/compressed-depth-image-transport_1.9.5.bb b/recipes-ros/image-transport-plugins/compressed-depth-image-transport_1.9.5.bb index f28981e..34b737a 100644 --- a/recipes-ros/image-transport-plugins/compressed-depth-image-transport_1.9.5.bb +++ b/recipes-ros/image-transport-plugins/compressed-depth-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" +DEPENDS = "cv-bridge dynamic-reconfigure image-transport tf python-rospkg" require image-transport-plugins.inc