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 B04CB138359 for ; Fri, 16 Oct 2020 02:04:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A35E084A; Fri, 16 Oct 2020 02:04:52 +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 C3625E084A for ; Fri, 16 Oct 2020 02:04:51 +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 03CB7340FDE for ; Fri, 16 Oct 2020 02:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14F5D3AD for ; Fri, 16 Oct 2020 02:04:48 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1602813853.4163be812de68a0328f1a03ff52a37b4ac8423da.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pecan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pecan/pecan-1.3.3-r2.ebuild X-VCS-Directories: dev-python/pecan/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 4163be812de68a0328f1a03ff52a37b4ac8423da X-VCS-Branch: master Date: Fri, 16 Oct 2020 02:04:48 +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: 04e15f67-4ca9-4ce7-ae00-cbc605d41b1b X-Archives-Hash: c6fe58a5d2892f7dc94eb32ff1c3aa22 commit: 4163be812de68a0328f1a03ff52a37b4ac8423da Author: Matthew Thode gentoo org> AuthorDate: Fri Oct 16 01:44:13 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Oct 16 02:04:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4163be81 dev-python/pecan: set DISTUTILS_USE_SETUPTOOLS=rdepend Closes: https://bugs.gentoo.org/748282 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> dev-python/pecan/pecan-1.3.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pecan/pecan-1.3.3-r2.ebuild b/dev-python/pecan/pecan-1.3.3-r2.ebuild index d2c2de82594..23d00b7f417 100644 --- a/dev-python/pecan/pecan-1.3.3-r2.ebuild +++ b/dev-python/pecan/pecan-1.3.3-r2.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -15,7 +16,6 @@ SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc64 x86" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" >=dev-python/webob-1.4[${PYTHON_USEDEP}] >=dev-python/mako-0.4.0[${PYTHON_USEDEP}]