commit: 18d446f54f7d7bf4274ead4fd0618f7d7e69b9ca
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 20:29:40 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec 2 20:51:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d446f5
dev-python/pipenv: Fix dependencies
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-python/pipenv/pipenv-8.3.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pipenv/pipenv-8.3.2.ebuild
b/dev-python/pipenv/pipenv-8.3.2.ebuild
index 3a24ba23ec8..ad3b06ecf50 100644
--- a/dev-python/pipenv/pipenv-8.3.2.ebuild
+++ b/dev-python/pipenv/pipenv-8.3.2.ebuild
@@ -18,6 +18,7 @@ IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
+ dev-python/flake8
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pew-0.1.26[${PYTHON_USEDEP}]
>=dev-python/pip-9.0.1[${PYTHON_USEDEP}]