commit:     a53c2737f82093809ea00b506f494a76db1b6379
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 18:08:53 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 18:10:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53c2737

dev-ros/genpy: pyyaml is a rdepends.

Closes: https://bugs.gentoo.org/639320
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-ros/genpy/genpy-0.6.7.ebuild | 4 ++--
 dev-ros/genpy/genpy-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/genpy/genpy-0.6.7.ebuild b/dev-ros/genpy/genpy-0.6.7.ebuild
index 3176ad0840a..04ed50e67a1 100644
--- a/dev-ros/genpy/genpy-0.6.7.ebuild
+++ b/dev-ros/genpy/genpy-0.6.7.ebuild
@@ -15,10 +15,10 @@ LICENSE="BSD"
 SLOT="0/${PV}"
 IUSE=""
 
-RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
+RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]
+               dev-python/pyyaml[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
        test? (
-               dev-python/pyyaml[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
        )
 "

diff --git a/dev-ros/genpy/genpy-9999.ebuild b/dev-ros/genpy/genpy-9999.ebuild
index 3176ad0840a..04ed50e67a1 100644
--- a/dev-ros/genpy/genpy-9999.ebuild
+++ b/dev-ros/genpy/genpy-9999.ebuild
@@ -15,10 +15,10 @@ LICENSE="BSD"
 SLOT="0/${PV}"
 IUSE=""
 
-RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
+RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]
+               dev-python/pyyaml[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
        test? (
-               dev-python/pyyaml[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
        )
 "

Reply via email to