diff options
author | 2018-02-15 06:51:26 +0100 | |
---|---|---|
committer | 2018-02-15 06:51:26 +0100 | |
commit | c259c2186e735e49ba1a0b77a3f5e0d5858498a1 (patch) | |
tree | 552d7c63425eab0c9a67ffde5524e081f5ec245c /dev-util/rosdep/rosdep-9999.ebuild | |
parent | x11-libs/libva-intel-driver: update remoteid (diff) | |
download | gentoo-c259c2186e735e49ba1a0b77a3f5e0d5858498a1.tar.gz gentoo-c259c2186e735e49ba1a0b77a3f5e0d5858498a1.tar.bz2 gentoo-c259c2186e735e49ba1a0b77a3f5e0d5858498a1.zip |
dev-util/rosdep: add missing flake8 test dep.
Closes: https://bugs.gentoo.org/647662
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-util/rosdep/rosdep-9999.ebuild')
-rw-r--r-- | dev-util/rosdep/rosdep-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild index 463cc83cafbd..842ec4941e9e 100644 --- a/dev-util/rosdep/rosdep-9999.ebuild +++ b/dev-util/rosdep/rosdep-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -38,6 +38,7 @@ DEPEND="${RDEPEND} test? ( dev-python/coverage[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] + dev-python/flake8[${PYTHON_USEDEP}] ) " |