summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-28 17:01:48 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:20:09 +0200
commit3c5e0ec64e0ebd1032bd3da9c30ed9d1a6a39d42 (patch)
treeb06859ea73510cee2d7b13f26a1ccf73f76770cb /dev-ros/rosserial_xbee/rosserial_xbee-9999.ebuild
parentdev-ros/rosservice: convert to python-single-r1 (diff)
downloadgentoo-3c5e0ec64e0ebd1032bd3da9c30ed9d1a6a39d42.tar.gz
gentoo-3c5e0ec64e0ebd1032bd3da9c30ed9d1a6a39d42.tar.bz2
gentoo-3c5e0ec64e0ebd1032bd3da9c30ed9d1a6a39d42.zip
dev-ros/rosserial_xbee: 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/rosserial_xbee/rosserial_xbee-9999.ebuild')
-rw-r--r--dev-ros/rosserial_xbee/rosserial_xbee-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/rosserial_xbee/rosserial_xbee-9999.ebuild b/dev-ros/rosserial_xbee/rosserial_xbee-9999.ebuild
index 42c824d074c8..aab6d7663008 100644
--- a/dev-ros/rosserial_xbee/rosserial_xbee-9999.ebuild
+++ b/dev-ros/rosserial_xbee/rosserial_xbee-9999.ebuild
@@ -14,10 +14,10 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/rospy[${PYTHON_USEDEP}]
- dev-python/pyserial[${PYTHON_USEDEP}]
+ dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep "dev-python/pyserial[\${PYTHON_USEDEP}]")
dev-ros/rosserial_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
- dev-ros/rosserial_python[${PYTHON_USEDEP}]
+ dev-ros/rosserial_python[${PYTHON_SINGLE_USEDEP}]
"
DEPEND="${RDEPEND}"