summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-29 14:52:35 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:58:33 +0200
commitcf64eac86ab41ef2523defcacd4207c0fccb94e9 (patch)
treed6558686fb945c6fc436637eb00e2c2c0cf34e5b /dev-ros/tf/tf-9999.ebuild
parentdev-util/rosinstall_generator: Remove old (diff)
downloadgentoo-cf64eac86ab41ef2523defcacd4207c0fccb94e9.tar.gz
gentoo-cf64eac86ab41ef2523defcacd4207c0fccb94e9.tar.bz2
gentoo-cf64eac86ab41ef2523defcacd4207c0fccb94e9.zip
dev-ros/tf: stop using yaml.load
Fixes tests Closes: https://bugs.gentoo.org/623656 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/tf/tf-9999.ebuild')
-rw-r--r--dev-ros/tf/tf-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ros/tf/tf-9999.ebuild b/dev-ros/tf/tf-9999.ebuild
index 6f018ff01c10..360303d8a915 100644
--- a/dev-ros/tf/tf-9999.ebuild
+++ b/dev-ros/tf/tf-9999.ebuild
@@ -37,3 +37,4 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"
+PATCHES=( "${FILESDIR}/yaml.patch" )