summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-20 15:07:11 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-20 15:07:11 +0200
commitcb492b2a627eb3a48586e48129fc270f64180d1f (patch)
tree445c95f35fa168ed608455a869ee61a243b98697 /dev-ros/rqt_plot
parentdev-ros/rqt_plot: remove old (diff)
downloadgentoo-cb492b2a627eb3a48586e48129fc270f64180d1f.tar.gz
gentoo-cb492b2a627eb3a48586e48129fc270f64180d1f.tar.bz2
gentoo-cb492b2a627eb3a48586e48129fc270f64180d1f.zip
dev-ros/rqt_plot: add missing dep on numpy
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ros/rqt_plot')
-rw-r--r--dev-ros/rqt_plot/rqt_plot-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/rqt_plot/rqt_plot-9999.ebuild b/dev-ros/rqt_plot/rqt_plot-9999.ebuild
index 81aa1231b6c7..3417a23c2043 100644
--- a/dev-ros/rqt_plot/rqt_plot-9999.ebuild
+++ b/dev-ros/rqt_plot/rqt_plot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,6 +19,7 @@ IUSE=""
RDEPEND="
|| ( dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqwt:5[${PYTHON_USEDEP}] )
dev-python/rospkg[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
dev-ros/rosgraph[${PYTHON_USEDEP}]
dev-ros/rostopic[${PYTHON_USEDEP}]