diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-05-11 09:18:55 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-05-11 09:37:48 +0200 |
commit | acd06d4dd176aa56c395bffe74e505e2ce4643f2 (patch) | |
tree | 751d9296682b418df5b71c4cb03b7a48c69c22c7 /dev-ros | |
parent | 1e58c0dda8e037c3b53887deaa36fe230e10fc0a (diff) | |
download | gentoo-acd06d4dd176aa56c395bffe74e505e2ce4643f2.tar.gz gentoo-acd06d4dd176aa56c395bffe74e505e2ce4643f2.tar.xz |
dev-ros/rqt_py_common: add python_qt_binding dep
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/rqt_py_common/rqt_py_common-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild b/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild index cff8866ba47..37069820300 100644 --- a/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild +++ b/dev-ros/rqt_py_common/rqt_py_common-9999.ebuild @@ -22,5 +22,6 @@ RDEPEND=" dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/rostopic[${PYTHON_USEDEP}] + >=dev-ros/python_qt_binding-0.2.19[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" |