diff options
author | 2020-07-28 16:18:14 +0200 | |
---|---|---|
committer | 2020-07-29 14:19:46 +0200 | |
commit | 0b75e4860ff2f0509aed69ade1f965ab335d6d92 (patch) | |
tree | c00978f2459d861a78cec603f1c40e5b552b9aee /dev-ros/rosclean/rosclean-1.15.5.ebuild | |
parent | dev-ros/rqt_tf_tree: convert to python-single-r1 (diff) | |
download | gentoo-0b75e4860ff2f0509aed69ade1f965ab335d6d92.tar.gz gentoo-0b75e4860ff2f0509aed69ade1f965ab335d6d92.tar.bz2 gentoo-0b75e4860ff2f0509aed69ade1f965ab335d6d92.zip |
dev-ros/rosclean: 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/rosclean/rosclean-1.15.5.ebuild')
-rw-r--r-- | dev-ros/rosclean/rosclean-1.15.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/rosclean/rosclean-1.15.5.ebuild b/dev-ros/rosclean/rosclean-1.15.5.ebuild index a2d9ba24e79c..990890224df3 100644 --- a/dev-ros/rosclean/rosclean-1.15.5.ebuild +++ b/dev-ros/rosclean/rosclean-1.15.5.ebuild @@ -14,7 +14,7 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]" +RDEPEND="$(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")" DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] ) + test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") ) " |