summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-28 16:02:41 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:19:41 +0200
commite22175fbbe4fa9ff1edd209f8144544288830376 (patch)
tree5aefc60e131734e55f9fa383a22d7bf47b6a6bbf /dev-ros/topic_tools
parentdev-ros/xacro: convert to python-single (diff)
downloadgentoo-e22175fbbe4fa9ff1edd209f8144544288830376.tar.gz
gentoo-e22175fbbe4fa9ff1edd209f8144544288830376.tar.bz2
gentoo-e22175fbbe4fa9ff1edd209f8144544288830376.zip
dev-ros/topic_tools: convert to python signle
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/topic_tools')
-rw-r--r--dev-ros/topic_tools/topic_tools-1.15.7.ebuild6
-rw-r--r--dev-ros/topic_tools/topic_tools-9999.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ros/topic_tools/topic_tools-1.15.7.ebuild b/dev-ros/topic_tools/topic_tools-1.15.7.ebuild
index b26890d60d63..80ec72e7c712 100644
--- a/dev-ros/topic_tools/topic_tools-1.15.7.ebuild
+++ b/dev-ros/topic_tools/topic_tools-1.15.7.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}
test? (
- dev-ros/rostest[${PYTHON_USEDEP}]
- dev-ros/rosunit[${PYTHON_USEDEP}]
+ dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
dev-cpp/gtest
- dev-python/nose[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"
diff --git a/dev-ros/topic_tools/topic_tools-9999.ebuild b/dev-ros/topic_tools/topic_tools-9999.ebuild
index b26890d60d63..80ec72e7c712 100644
--- a/dev-ros/topic_tools/topic_tools-9999.ebuild
+++ b/dev-ros/topic_tools/topic_tools-9999.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}
test? (
- dev-ros/rostest[${PYTHON_USEDEP}]
- dev-ros/rosunit[${PYTHON_USEDEP}]
+ dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}]
dev-cpp/gtest
- dev-python/nose[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"