summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-28 17:04:47 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:20:13 +0200
commit951fcfa7aecbfeba1ea37f63766aa1517a10a768 (patch)
tree5febd67059974fa890a328317e5887b541df2070 /dev-ros/rosmsg
parentdev-ros/rosnode: convert to python-single-r1 (diff)
downloadgentoo-951fcfa7aecbfeba1ea37f63766aa1517a10a768.tar.gz
gentoo-951fcfa7aecbfeba1ea37f63766aa1517a10a768.tar.bz2
gentoo-951fcfa7aecbfeba1ea37f63766aa1517a10a768.zip
dev-ros/rosmsg: 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/rosmsg')
-rw-r--r--dev-ros/rosmsg/rosmsg-1.15.7.ebuild10
-rw-r--r--dev-ros/rosmsg/rosmsg-9999.ebuild10
2 files changed, 10 insertions, 10 deletions
diff --git a/dev-ros/rosmsg/rosmsg-1.15.7.ebuild b/dev-ros/rosmsg/rosmsg-1.15.7.ebuild
index fb932a115bc9..ba0d62bb080b 100644
--- a/dev-ros/rosmsg/rosmsg-1.15.7.ebuild
+++ b/dev-ros/rosmsg/rosmsg-1.15.7.ebuild
@@ -15,11 +15,11 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/genmsg[${PYTHON_USEDEP}]
- dev-python/rospkg[${PYTHON_USEDEP}]
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-ros/rosbag[${PYTHON_USEDEP}]
+ dev-ros/genmsg[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")
+ dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rosbag[${PYTHON_SINGLE_USEDEP}]
"
DEPEND="${RDEPEND}
- test? ( dev-ros/test_rosmaster[${PYTHON_USEDEP}] )
+ test? ( dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}] )
"
diff --git a/dev-ros/rosmsg/rosmsg-9999.ebuild b/dev-ros/rosmsg/rosmsg-9999.ebuild
index fb932a115bc9..ba0d62bb080b 100644
--- a/dev-ros/rosmsg/rosmsg-9999.ebuild
+++ b/dev-ros/rosmsg/rosmsg-9999.ebuild
@@ -15,11 +15,11 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/genmsg[${PYTHON_USEDEP}]
- dev-python/rospkg[${PYTHON_USEDEP}]
- dev-ros/roslib[${PYTHON_USEDEP}]
- dev-ros/rosbag[${PYTHON_USEDEP}]
+ dev-ros/genmsg[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")
+ dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rosbag[${PYTHON_SINGLE_USEDEP}]
"
DEPEND="${RDEPEND}
- test? ( dev-ros/test_rosmaster[${PYTHON_USEDEP}] )
+ test? ( dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}] )
"