joint-state-publisher: adding missing run dependency

Resolves error:
ImportError: No module named wx
This commit is contained in:
Kristof Robot 2014-03-06 22:58:37 +01:00
parent 097668a6dc
commit a60f1b302b
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc
DEPENDS = "rospy wxpython sensor-msgs"
require robot-model.inc
RDEPENDS_${PN} = "wxpython"