diff options
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-0.4.7.ebuild | 6 | ||||
-rw-r--r-- | dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 6 |
2 files changed, 10 insertions, 2 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" diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild index 263dc13362e4..46f2913d41f1 100644 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-9999.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" |