From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F090F1388C0 for ; Thu, 25 Feb 2016 15:30:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5343B21C005; Thu, 25 Feb 2016 15:30:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0664C21C005 for ; Thu, 25 Feb 2016 15:30:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06141340D01 for ; Thu, 25 Feb 2016 15:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E99B15FB for ; Thu, 25 Feb 2016 15:30:19 +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: <1456414217.cc490becc8eec188b6f79d5fa924710cfe569288.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-20.2.1.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cc490becc8eec188b6f79d5fa924710cfe569288 X-VCS-Branch: master Date: Thu, 25 Feb 2016 15:30:19 +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: 2ad329c0-f6a1-4dc9-86fb-b881959fe9b3 X-Archives-Hash: c3cedf9bed3f154405b6b306a7e5f799 commit: cc490becc8eec188b6f79d5fa924710cfe569288 Author: Justin Lecher gentoo org> AuthorDate: Thu Feb 25 15:30:07 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 25 15:30:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc490bec dev-python/setuptools: Resolve circular deps Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/setuptools/setuptools-20.2.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/setuptools/setuptools-20.2.1.ebuild b/dev-python/setuptools/setuptools-20.2.1.ebuild index 19bfb53..ba45835 100644 --- a/dev-python/setuptools/setuptools-20.2.1.ebuild +++ b/dev-python/setuptools/setuptools-20.2.1.ebuild @@ -19,7 +19,6 @@ IUSE="test" RDEPEND=" >=dev-python/packaging-16.4[${PYTHON_USEDEP}] - >=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}] >=dev-python/six-1.10.0[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} @@ -28,7 +27,9 @@ DEPEND="${RDEPEND} dev-python/mock[${PYTHON_USEDEP}] ) " -PDEPEND=">=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]" +PDEPEND=" + >=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}] + >=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]" # Force in-source build because build system modifies sources. DISTUTILS_IN_SOURCE_BUILD=1