diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 17:01:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:09 +0200 |
commit | 3c5e0ec64e0ebd1032bd3da9c30ed9d1a6a39d42 (patch) | |
tree | b06859ea73510cee2d7b13f26a1ccf73f76770cb /dev-ros/rosserial_xbee | |
parent | dev-ros/rosservice: convert to python-single-r1 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ros/rosserial_xbee/rosserial_xbee-0.8.0.ebuild | 6 | ||||
-rw-r--r-- | dev-ros/rosserial_xbee/rosserial_xbee-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ros/rosserial_xbee/rosserial_xbee-0.8.0.ebuild b/dev-ros/rosserial_xbee/rosserial_xbee-0.8.0.ebuild index 42c824d074c8..aab6d7663008 100644 --- a/dev-ros/rosserial_xbee/rosserial_xbee-0.8.0.ebuild +++ b/dev-ros/rosserial_xbee/rosserial_xbee-0.8.0.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}" 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}" |