diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-07-30 18:34:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-07-30 18:34:10 +0200 |
commit | e5cbc19e5e0eedc822c538f8855b1fbeb46d0f27 (patch) | |
tree | e430d311ac6ca5aa2a4d1152adc125bcc9e77052 /dev-python/catkin_pkg | |
parent | dev-python/catkin_pkg: bump to 0.4.7 (diff) | |
download | gentoo-e5cbc19e5e0eedc822c538f8855b1fbeb46d0f27.tar.gz gentoo-e5cbc19e5e0eedc822c538f8855b1fbeb46d0f27.tar.bz2 gentoo-e5cbc19e5e0eedc822c538f8855b1fbeb46d0f27.zip |
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
Diffstat (limited to 'dev-python/catkin_pkg')
-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" |