rosbridge-server: Added runtime dependencies
src/tornado/escape.py depends on python-html and python-json
This commit is contained in:
parent
55c3d4f348
commit
b86bbc0cc0
|
@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=9add477069b61
|
||||||
|
|
||||||
DEPENDS = "rosbridge-library rosapi rospy rosauth"
|
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
|
require rosbridge-suite.inc
|
||||||
|
|
Loading…
Reference in New Issue