diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-12-21 16:24:23 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-12-21 16:51:29 +0100 |
commit | 92636b020d4aa8b687c8026572b97915471a14cf (patch) | |
tree | 4c2aa0e99aab895538297c169aa5022184046867 /dev-ros | |
parent | dev-ros/convex_decomposition: bump to 0.1.12 (diff) | |
download | gentoo-92636b020d4aa8b687c8026572b97915471a14cf.tar.gz gentoo-92636b020d4aa8b687c8026572b97915471a14cf.tar.bz2 gentoo-92636b020d4aa8b687c8026572b97915471a14cf.zip |
dev-ros/rosbridge_library: add missing cbor dep
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/rosbridge_library/rosbridge_library-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild b/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild index 6d15906a8674..9ebd079262d5 100644 --- a/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild +++ b/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -25,6 +25,7 @@ RDEPEND=" dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-python/pymongo[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] + dev-python/cbor[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} test? ( |