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 804CE139084 for ; Sat, 2 Dec 2017 20:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2016E0E4C; Sat, 2 Dec 2017 20:09:12 +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 9C26DE0E59 for ; Sat, 2 Dec 2017 20:09:12 +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 A6B9733D4A6 for ; Sat, 2 Dec 2017 20:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16990AE73 for ; Sat, 2 Dec 2017 20:09:10 +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: <1512245348.570875337306f6523402a05e76524f1b0c24b09b.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: 570875337306f6523402a05e76524f1b0c24b09b X-VCS-Branch: master Date: Sat, 2 Dec 2017 20:09:10 +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: 9baeaccb-a102-4cc9-b793-8e4d79f2a7e6 X-Archives-Hash: 6ae0348db1e753811a57d9a22cdd98e6 commit: 570875337306f6523402a05e76524f1b0c24b09b Author: Justin Lecher gentoo org> AuthorDate: Sat Dec 2 20:09:00 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Dec 2 20:09:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57087533 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/pipenv/pipenv-8.3.2.ebuild b/dev-python/pipenv/pipenv-8.3.2.ebuild index dd7ad3f7639..3a24ba23ec8 100644 --- a/dev-python/pipenv/pipenv-8.3.2.ebuild +++ b/dev-python/pipenv/pipenv-8.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 @@ -19,6 +19,10 @@ IUSE="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/pew-0.1.26[${PYTHON_USEDEP}] + >=dev-python/pip-9.0.1[${PYTHON_USEDEP}] + >dev-python/requests-2.18.0[${PYTHON_USEDEP}] + >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}] test? ( dev-python/flake8[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]