diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-12-12 13:30:24 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-12-12 13:30:58 +0100 |
commit | 4802c80a79460799ec1a1529350b36944738ed30 (patch) | |
tree | 900f224abb22d3e22a8573ec45d39506a47c9f0c /dev-ros/test_rosparam/test_rosparam-1.14.3.ebuild | |
parent | dev-ros/rosparam: add another upstream yaml.load patch (diff) | |
download | gentoo-4802c80a79460799ec1a1529350b36944738ed30.tar.gz gentoo-4802c80a79460799ec1a1529350b36944738ed30.tar.bz2 gentoo-4802c80a79460799ec1a1529350b36944738ed30.zip |
dev-ros/test_rosparam: fix usage of yaml.laod
Tests still fail though.
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/test_rosparam/test_rosparam-1.14.3.ebuild')
-rw-r--r-- | dev-ros/test_rosparam/test_rosparam-1.14.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/test_rosparam/test_rosparam-1.14.3.ebuild b/dev-ros/test_rosparam/test_rosparam-1.14.3.ebuild index 1c24d77d5702..9deec865fa13 100644 --- a/dev-ros/test_rosparam/test_rosparam-1.14.3.ebuild +++ b/dev-ros/test_rosparam/test_rosparam-1.14.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,3 +24,4 @@ DEPEND="${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] dev-ros/rosparam[${PYTHON_USEDEP}] )" +PATCHES=( "${FILESDIR}/yaml.patch" ) |