summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-28 16:27:26 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:19:49 +0200
commit8fb5459a4475cd1fd3a6cc73522cde5e8d6cccf2 (patch)
tree6b9c6f1e9facbd8301f60d7dede8818b6189def8 /dev-ros/rospy/rospy-9999.ebuild
parentdev-ros/cv_bridge: convert to python-single-r1 (diff)
downloadgentoo-8fb5459a4475cd1fd3a6cc73522cde5e8d6cccf2.tar.gz
gentoo-8fb5459a4475cd1fd3a6cc73522cde5e8d6cccf2.tar.bz2
gentoo-8fb5459a4475cd1fd3a6cc73522cde5e8d6cccf2.zip
dev-ros/rospy: convert to python-single-r1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rospy/rospy-9999.ebuild')
-rw-r--r--dev-ros/rospy/rospy-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/rospy/rospy-9999.ebuild b/dev-ros/rospy/rospy-9999.ebuild
index e6a77b3c3c0e..c15250f755ce 100644
--- a/dev-ros/rospy/rospy-9999.ebuild
+++ b/dev-ros/rospy/rospy-9999.ebuild
@@ -16,10 +16,10 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-ros/rosgraph[${PYTHON_USEDEP}]
- dev-python/rospkg[${PYTHON_USEDEP}]
- dev-ros/roscpp[${PYTHON_USEDEP}]
+ dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")
+ dev-ros/roscpp[${PYTHON_SINGLE_USEDEP}]
dev-ros/rosgraph_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"