commit: 92636b020d4aa8b687c8026572b97915471a14cf
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 21 15:24:23 2018 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Dec 21 15:51:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92636b02
dev-ros/rosbridge_library: add missing cbor dep
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/rosbridge_library/rosbridge_library-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild
b/dev-ros/rosbridge_library/rosbridge_library-9999.ebuild
index 6d15906a867..9ebd079262d 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? (