summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-28 12:13:43 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-28 12:17:29 +0200
commit46cad7ddee8b642be1d02c109cb6d4eb2152e411 (patch)
tree96822c0a6ca7e3e2c9af927b74e93e9a2679e512 /dev-python/doit-py
parentdev-python/configclass: Support newer python (diff)
downloadgentoo-46cad7ddee8b642be1d02c109cb6d4eb2152e411.tar.gz
gentoo-46cad7ddee8b642be1d02c109cb6d4eb2152e411.tar.bz2
gentoo-46cad7ddee8b642be1d02c109cb6d4eb2152e411.zip
dev-python/doit-py: pyflakes needed for tests
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/doit-py')
-rw-r--r--dev-python/doit-py/doit-py-0.4.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/doit-py/doit-py-0.4.0.ebuild b/dev-python/doit-py/doit-py-0.4.0.ebuild
index 16fab345355d..d7425d63d74b 100644
--- a/dev-python/doit-py/doit-py-0.4.0.ebuild
+++ b/dev-python/doit-py/doit-py-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -16,7 +16,9 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pyflakes[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
virtual/python-singledispatch[${PYTHON_USEDEP}]
app-text/hunspell )