From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6D70139084 for ; Sat, 2 Dec 2017 20:51:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35EFBE0E97; Sat, 2 Dec 2017 20:51:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11D34E0E97 for ; Sat, 2 Dec 2017 20:51:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E20A033C6B6 for ; Sat, 2 Dec 2017 20:51:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53FA8AE71 for ; Sat, 2 Dec 2017 20:51:13 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1512247871.18d446f54f7d7bf4274ead4fd0618f7d7e69b9ca.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pipenv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pipenv/pipenv-8.3.2.ebuild X-VCS-Directories: dev-python/pipenv/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 18d446f54f7d7bf4274ead4fd0618f7d7e69b9ca X-VCS-Branch: master Date: Sat, 2 Dec 2017 20:51:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5cab36a2-f1b1-4a9e-97e8-2e48d1b5235a X-Archives-Hash: 2ce9ada1ded2261426445603a68dae93 commit: 18d446f54f7d7bf4274ead4fd0618f7d7e69b9ca Author: Justin Lecher gentoo org> AuthorDate: Sat Dec 2 20:29:40 2017 +0000 Commit: Justin Lecher gentoo 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 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}]