diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 17:55:09 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:32 +0200 |
commit | b9598b971d80920ef2df9e7ade0521f4fbd5ec5b (patch) | |
tree | eabfa67d7ea4b24f8005894f724d7a54d1bc2a4e /dev-ros/diagnostic_updater | |
parent | dev-ros/dwa_local_planner: convert to python-single-r1 (diff) | |
download | gentoo-b9598b971d80920ef2df9e7ade0521f4fbd5ec5b.tar.gz gentoo-b9598b971d80920ef2df9e7ade0521f4fbd5ec5b.tar.bz2 gentoo-b9598b971d80920ef2df9e7ade0521f4fbd5ec5b.zip |
dev-ros/diagnostic_updater: 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/diagnostic_updater')
-rw-r--r-- | dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild | 6 | ||||
-rw-r--r-- | dev-ros/diagnostic_updater/diagnostic_updater-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild b/dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild index ca0ceb79a286..9a772593ae84 100644 --- a/dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild +++ b/dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild @@ -17,10 +17,10 @@ RDEPEND=" dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/roscpp - dev-ros/rostest[${PYTHON_USEDEP}] - dev-ros/std_msgs[${PYTHON_USEDEP}] + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/std_msgs[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - test? ( dev-cpp/gtest dev-ros/rostest[${PYTHON_USEDEP}] )" + test? ( dev-cpp/gtest dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" diff --git a/dev-ros/diagnostic_updater/diagnostic_updater-9999.ebuild b/dev-ros/diagnostic_updater/diagnostic_updater-9999.ebuild index ca0ceb79a286..9a772593ae84 100644 --- a/dev-ros/diagnostic_updater/diagnostic_updater-9999.ebuild +++ b/dev-ros/diagnostic_updater/diagnostic_updater-9999.ebuild @@ -17,10 +17,10 @@ RDEPEND=" dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/roscpp - dev-ros/rostest[${PYTHON_USEDEP}] - dev-ros/std_msgs[${PYTHON_USEDEP}] + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + dev-ros/std_msgs[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - test? ( dev-cpp/gtest dev-ros/rostest[${PYTHON_USEDEP}] )" + test? ( dev-cpp/gtest dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" |