rosbridge-library: Replace build time dependency from python-bson to python-pymongo, Added runtime dependency

bson is provided by python-pymongo in meta-python

Not all runtime dependencies are automatically added, which leads to
dependency problems in the package management. Added two packages to
RDEPENDS.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Johannes Schrimpf 2017-05-16 14:27:23 +02:00 committed by Martin Jansa
parent 9055318e52
commit 29f9f9d468
1 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=68b329da9893e34099c7d8ad5cb9c940"
DEPENDS = "message-generation std-msgs geometry-msgs rospy python-six python-bson"
DEPENDS = "message-generation std-msgs geometry-msgs rospy python-six python-pymongo"
RDEPENDS_${PN} = "python-pymongo python-imaging"
require rosbridge-suite.inc