rosbridge-server: Added runtime dependencies

src/tornado/escape.py depends on python-html and python-json
This commit is contained in:
Johannes Schrimpf 2017-05-18 11:35:01 +02:00 committed by Martin Jansa
parent 55c3d4f348
commit b86bbc0cc0
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=9add477069b61
DEPENDS = "rosbridge-library rosapi rospy rosauth"
RDEPENDS_${PN} = "rosauth rosbridge-library python-twisted"
RDEPENDS_${PN} = "rosauth rosbridge-library python-twisted python-html python-json"
require rosbridge-suite.inc