From e5cbc19e5e0eedc822c538f8855b1fbeb46d0f27 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 30 Jul 2018 18:34:01 +0200 Subject: dev-python/catkin_pkg: add missing flake8 test dep Closes: https://bugs.gentoo.org/661120 Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild | 6 +++++- dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'dev-python/catkin_pkg') diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild index 263dc13362e4..46f2913d41f1 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild @@ -33,7 +33,11 @@ RDEPEND=" dev-python/pyparsing[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} - test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/flake8[${PYTHON_USEDEP}] + ) " RDEPEND="${RDEPEND} !