diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 17:04:47 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:13 +0200 |
commit | 951fcfa7aecbfeba1ea37f63766aa1517a10a768 (patch) | |
tree | 5febd67059974fa890a328317e5887b541df2070 /dev-ros/rosmsg/rosmsg-9999.ebuild | |
parent | dev-ros/rosnode: convert to python-single-r1 (diff) | |
download | gentoo-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/rosmsg-9999.ebuild')
-rw-r--r-- | dev-ros/rosmsg/rosmsg-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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}] ) " |