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 E45461382C5 for ; Mon, 18 May 2020 11:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2528AE088B; Mon, 18 May 2020 11:52:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 12450E088B for ; Mon, 18 May 2020 11:52:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 38C6E34138C for ; Mon, 18 May 2020 11:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5610238 for ; Mon, 18 May 2020 11:52:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1589802715.0cf3fff10af3669be5c14ce097e69677ca8ec35d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-46.4.0.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0cf3fff10af3669be5c14ce097e69677ca8ec35d X-VCS-Branch: master Date: Mon, 18 May 2020 11:52:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41f642ce-ebef-4632-a801-40a3aa5a4681 X-Archives-Hash: c4dee6d6ab02b74989c13c884a982bf9 commit: 0cf3fff10af3669be5c14ce097e69677ca8ec35d Author: Michał Górny gentoo org> AuthorDate: Mon May 18 11:49:31 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 18 11:51:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf3fff1 dev-python/setuptools: Readd futures tdep for py2 Closes: https://bugs.gentoo.org/723710 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/setuptools-46.4.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/setuptools/setuptools-46.4.0.ebuild b/dev-python/setuptools/setuptools-46.4.0.ebuild index 8562f41ff11..12991147d66 100644 --- a/dev-python/setuptools/setuptools-46.4.0.ebuild +++ b/dev-python/setuptools/setuptools-46.4.0.ebuild @@ -27,6 +27,9 @@ BDEPEND=" dev-python/pytest-fixture-config[${PYTHON_USEDEP}] dev-python/pytest-virtualenv[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/futures[${PYTHON_USEDEP}] + ' -2) ) " PDEPEND="