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-util/rosdep/
Date: Thu, 15 Feb 2018 05:52:20
Message-Id: 1518673886.c259c2186e735e49ba1a0b77a3f5e0d5858498a1.aballier@gentoo
1 commit: c259c2186e735e49ba1a0b77a3f5e0d5858498a1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 05:51:26 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 05:51:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c259c218
7
8 dev-util/rosdep: add missing flake8 test dep.
9
10 Closes: https://bugs.gentoo.org/647662
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-util/rosdep/rosdep-0.12.1.ebuild | 1 +
14 dev-util/rosdep/rosdep-9999.ebuild | 3 ++-
15 2 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-util/rosdep/rosdep-0.12.1.ebuild b/dev-util/rosdep/rosdep-0.12.1.ebuild
18 index c2b6878d6ac..842ec4941e9 100644
19 --- a/dev-util/rosdep/rosdep-0.12.1.ebuild
20 +++ b/dev-util/rosdep/rosdep-0.12.1.ebuild
21 @@ -38,6 +38,7 @@ DEPEND="${RDEPEND}
22 test? (
23 dev-python/coverage[${PYTHON_USEDEP}]
24 dev-python/mock[${PYTHON_USEDEP}]
25 + dev-python/flake8[${PYTHON_USEDEP}]
26 )
27 "
28
29
30 diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild
31 index 463cc83cafb..842ec4941e9 100644
32 --- a/dev-util/rosdep/rosdep-9999.ebuild
33 +++ b/dev-util/rosdep/rosdep-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 @@ -38,6 +38,7 @@ DEPEND="${RDEPEND}
41 test? (
42 dev-python/coverage[${PYTHON_USEDEP}]
43 dev-python/mock[${PYTHON_USEDEP}]
44 + dev-python/flake8[${PYTHON_USEDEP}]
45 )
46 "