Commit Graph

8 Commits

Author SHA1 Message Date
Johannes Schrimpf b86bbc0cc0 rosbridge-server: Added runtime dependencies
src/tornado/escape.py depends on python-html and python-json
2019-07-02 11:52:34 +00:00
Johannes Schrimpf 55c3d4f348 rosapi: Added runtime dependency
src/rosapi/params.py depends on python-json
2019-07-02 11:52:34 +00:00
Johannes Schrimpf ce8d938ed7 rosbridge-server: Added runtime dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2019-07-02 11:52:22 +00:00
Johannes Schrimpf 29f9f9d468 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>
2019-07-02 11:51:02 +00:00
Lukas Bulwahn 3f800c9527 removing python-pytz dependency and recipe
The recent versions of the rosbridge_library package does not depend
on python-pytz anymore. So, this commit removes the dependency in
the recipe file and removes the now unneeded python-pytz recipe.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-09-16 16:29:12 +02:00
Lukas Bulwahn ef746afd46 rosbridge-suite: updating to 0.7.16 2016-09-02 08:31:58 +02:00
Lukas Bulwahn 5aa959571d rosbridge-suite: updating to 0.7.14 2016-06-14 11:28:46 +02:00
Christoph Schultz 0f9dd1edbb include contributions from pull request #364 properly
This commit adds recipes for rosbridge_suite and its dependencies.
Its main content is based on the commits of pull request #364 by
Christoph Schultz.

As maintainer, Lukas Bulwahn just included the contributions
with a proper commit message, added the new packages to the
packagegroup-ros-world, and slightly improved the line breaking.
2016-01-07 10:22:08 +01:00