diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:52:35 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:58:33 +0200 |
commit | cf64eac86ab41ef2523defcacd4207c0fccb94e9 (patch) | |
tree | d6558686fb945c6fc436637eb00e2c2c0cf34e5b /dev-ros/tf/tf-9999.ebuild | |
parent | dev-util/rosinstall_generator: Remove old (diff) | |
download | gentoo-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.ebuild | 1 |
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" ) |