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 BC8B6138359 for ; Wed, 30 Sep 2020 12:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ABACE091A; Wed, 30 Sep 2020 12:11:40 +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 452B4E091A for ; Wed, 30 Sep 2020 12:11:40 +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 E44E6340B29 for ; Wed, 30 Sep 2020 12:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56833380 for ; Wed, 30 Sep 2020 12:11:37 +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: <1601467880.3477d1d0ee0e67f30c7ffef20196d405777bea93.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/path-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/path-py/path-py-15.0.0.ebuild X-VCS-Directories: dev-python/path-py/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 3477d1d0ee0e67f30c7ffef20196d405777bea93 X-VCS-Branch: master Date: Wed, 30 Sep 2020 12:11:37 +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: 558e6271-ec97-400a-8d3d-cded69008de9 X-Archives-Hash: 1fb8d085cfe65242d406beecb7402ecf commit: 3477d1d0ee0e67f30c7ffef20196d405777bea93 Author: Louis Sautier gentoo org> AuthorDate: Wed Sep 30 12:10:58 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Wed Sep 30 12:11:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3477d1d0 dev-python/path-py: fix DISTUTILS_USE_SETUPTOOLS value entry_points are empty, therefore setuptools is not a runtime dependency. Closes: https://bugs.gentoo.org/745606 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Louis Sautier gentoo.org> dev-python/path-py/path-py-15.0.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/path-py/path-py-15.0.0.ebuild b/dev-python/path-py/path-py-15.0.0.ebuild index 13c63b0ca9e..1389d65eb26 100644 --- a/dev-python/path-py/path-py-15.0.0.ebuild +++ b/dev-python/path-py/path-py-15.0.0.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1