diff options
Diffstat (limited to 'dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild')
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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} !<dev-util/catkin-0.7.14" |