diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-04 15:36:51 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-03-04 15:58:53 +0100 |
commit | d04553cf925079ce5f5db3c38f38cdf0122fd980 (patch) | |
tree | a3defa1ef6bbcb44457ab6e1ee3e92f27f858bf0 /dev-ros/rospy | |
parent | dev-ros/rospy: Add missing roscpp dep (diff) | |
download | gentoo-d04553cf925079ce5f5db3c38f38cdf0122fd980.tar.gz gentoo-d04553cf925079ce5f5db3c38f38cdf0122fd980.tar.bz2 gentoo-d04553cf925079ce5f5db3c38f38cdf0122fd980.zip |
dev-ros/rospy: Add missing rosgraph_msgs dep
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-ros/rospy')
-rw-r--r-- | dev-ros/rospy/rospy-1.13.0.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/rospy/rospy-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-ros/rospy/rospy-1.13.0.ebuild b/dev-ros/rospy/rospy-1.13.0.ebuild index a7636eb1c4ca..343c2a3a7d1f 100644 --- a/dev-ros/rospy/rospy-1.13.0.ebuild +++ b/dev-ros/rospy/rospy-1.13.0.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/rosgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-ros/roscpp[${PYTHON_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/dev-ros/rospy/rospy-9999.ebuild b/dev-ros/rospy/rospy-9999.ebuild index a7636eb1c4ca..343c2a3a7d1f 100644 --- a/dev-ros/rospy/rospy-9999.ebuild +++ b/dev-ros/rospy/rospy-9999.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/rosgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-ros/roscpp[${PYTHON_USEDEP}] + dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] " DEPEND="${RDEPEND}" |