summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-28 17:05:26 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:20:13 +0200
commit1827a6abd3655aa3c3b7986ba0fca5bd58a179db (patch)
tree969c30f58883774b293e58f085f9ed6fcafec201 /dev-ros/rosmaster
parentdev-ros/rosmsg: convert to python-single-r1 (diff)
downloadgentoo-1827a6abd3655aa3c3b7986ba0fca5bd58a179db.tar.gz
gentoo-1827a6abd3655aa3c3b7986ba0fca5bd58a179db.tar.bz2
gentoo-1827a6abd3655aa3c3b7986ba0fca5bd58a179db.zip
dev-ros/rosmaster: 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/rosmaster')
-rw-r--r--dev-ros/rosmaster/rosmaster-1.15.7.ebuild6
-rw-r--r--dev-ros/rosmaster/rosmaster-9999.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ros/rosmaster/rosmaster-1.15.7.ebuild b/dev-ros/rosmaster/rosmaster-1.15.7.ebuild
index c8a663583e77..82438464c6ff 100644
--- a/dev-ros/rosmaster/rosmaster-1.15.7.ebuild
+++ b/dev-ros/rosmaster/rosmaster-1.15.7.ebuild
@@ -15,8 +15,8 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/rosgraph[${PYTHON_USEDEP}]
- dev-python/defusedxml[${PYTHON_USEDEP}]
+ dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep "dev-python/defusedxml[\${PYTHON_USEDEP}]")
"
DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+ test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )"
diff --git a/dev-ros/rosmaster/rosmaster-9999.ebuild b/dev-ros/rosmaster/rosmaster-9999.ebuild
index c8a663583e77..82438464c6ff 100644
--- a/dev-ros/rosmaster/rosmaster-9999.ebuild
+++ b/dev-ros/rosmaster/rosmaster-9999.ebuild
@@ -15,8 +15,8 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-ros/rosgraph[${PYTHON_USEDEP}]
- dev-python/defusedxml[${PYTHON_USEDEP}]
+ dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep "dev-python/defusedxml[\${PYTHON_USEDEP}]")
"
DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+ test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )"