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 AA0DB138350 for ; Mon, 27 Jan 2020 07:22:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 346B1E08C3; Mon, 27 Jan 2020 07:22:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E5497E0893 for ; Mon, 27 Jan 2020 07:22:50 +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 EB6DE34E3A2 for ; Mon, 27 Jan 2020 07:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4226B10F for ; Mon, 27 Jan 2020 07:22:46 +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: <1580109737.a0abf6f0df7f0a325c5a429beba560bf7c133810.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webtest/webtest-2.0.33.ebuild X-VCS-Directories: dev-python/webtest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a0abf6f0df7f0a325c5a429beba560bf7c133810 X-VCS-Branch: master Date: Mon, 27 Jan 2020 07:22:46 +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: 8d5f7ae1-b301-4cbb-a58f-6221f90745c6 X-Archives-Hash: 9cc1a684b0eef935c56ca88cd9bdbb49 commit: a0abf6f0df7f0a325c5a429beba560bf7c133810 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 27 06:43:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 27 07:22:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0abf6f0 dev-python/webtest: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny gentoo.org> dev-python/webtest/webtest-2.0.33.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/webtest/webtest-2.0.33.ebuild b/dev-python/webtest/webtest-2.0.33.ebuild index 3f9b7c6ca0e..248cccfad19 100644 --- a/dev-python/webtest/webtest-2.0.33.ebuild +++ b/dev-python/webtest/webtest-2.0.33.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) inherit distutils-r1 @@ -30,7 +31,6 @@ RDEPEND=" dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND} app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] dev-python/pyquery[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}]