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 51980138359 for ; Tue, 13 Oct 2020 22:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56796E0855; Tue, 13 Oct 2020 22:35:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 41F3FE0855 for ; Tue, 13 Oct 2020 22:35:29 +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 0C407340CB6 for ; Tue, 13 Oct 2020 22:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8178237F for ; Tue, 13 Oct 2020 22:35:26 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1602628481.d398ba29545b11e81dbd1d937c6f0bd1f7a4cbdd.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyfakefs/pyfakefs-4.1.0.ebuild X-VCS-Directories: dev-python/pyfakefs/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: d398ba29545b11e81dbd1d937c6f0bd1f7a4cbdd X-VCS-Branch: master Date: Tue, 13 Oct 2020 22:35:26 +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: af3f7032-65c5-4634-869d-8b1870638302 X-Archives-Hash: 3d77686730ec1e10273d6c3dde44b3b6 commit: d398ba29545b11e81dbd1d937c6f0bd1f7a4cbdd Author: Louis Sautier gentoo org> AuthorDate: Tue Oct 13 22:32:27 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Oct 13 22:34:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d398ba29 dev-python/pyfakefs: fix setuptools dependency Not required at runtime, only pytest entry points are used. Closes: https://bugs.gentoo.org/748501 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Louis Sautier gentoo.org> dev-python/pyfakefs/pyfakefs-4.1.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild index 29678aafee3..4209e0be8c6 100644 --- a/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild +++ b/dev-python/pyfakefs/pyfakefs-4.1.0.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1