Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genpy/
Date: Fri, 01 Dec 2017 18:10:51
Message-Id: 1512151840.a53c2737f82093809ea00b506f494a76db1b6379.aballier@gentoo
1 commit: a53c2737f82093809ea00b506f494a76db1b6379
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 18:08:53 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 18:10:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53c2737
7
8 dev-ros/genpy: pyyaml is a rdepends.
9
10 Closes: https://bugs.gentoo.org/639320
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 dev-ros/genpy/genpy-0.6.7.ebuild | 4 ++--
14 dev-ros/genpy/genpy-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-ros/genpy/genpy-0.6.7.ebuild b/dev-ros/genpy/genpy-0.6.7.ebuild
18 index 3176ad0840a..04ed50e67a1 100644
19 --- a/dev-ros/genpy/genpy-0.6.7.ebuild
20 +++ b/dev-ros/genpy/genpy-0.6.7.ebuild
21 @@ -15,10 +15,10 @@ LICENSE="BSD"
22 SLOT="0/${PV}"
23 IUSE=""
24
25 -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
26 +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]
27 + dev-python/pyyaml[${PYTHON_USEDEP}]"
28 DEPEND="${RDEPEND}
29 test? (
30 - dev-python/pyyaml[${PYTHON_USEDEP}]
31 dev-python/nose[${PYTHON_USEDEP}]
32 )
33 "
34
35 diff --git a/dev-ros/genpy/genpy-9999.ebuild b/dev-ros/genpy/genpy-9999.ebuild
36 index 3176ad0840a..04ed50e67a1 100644
37 --- a/dev-ros/genpy/genpy-9999.ebuild
38 +++ b/dev-ros/genpy/genpy-9999.ebuild
39 @@ -15,10 +15,10 @@ LICENSE="BSD"
40 SLOT="0/${PV}"
41 IUSE=""
42
43 -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
44 +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]
45 + dev-python/pyyaml[${PYTHON_USEDEP}]"
46 DEPEND="${RDEPEND}
47 test? (
48 - dev-python/pyyaml[${PYTHON_USEDEP}]
49 dev-python/nose[${PYTHON_USEDEP}]
50 )
51 "