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 E269C158092 for ; Wed, 15 Sep 2021 23:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31F2AE0822; Wed, 15 Sep 2021 23:19:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D1C5E0822 for ; Wed, 15 Sep 2021 23:19:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7DA2343058 for ; Wed, 15 Sep 2021 23:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE114B0 for ; Wed, 15 Sep 2021 23:19:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1631747539.173ba3b24ce6cc72a6d68baefb5afb61d9dbff17.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yamlpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yamlpath/yamlpath-3.6.0.ebuild X-VCS-Directories: dev-python/yamlpath/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 173ba3b24ce6cc72a6d68baefb5afb61d9dbff17 X-VCS-Branch: master Date: Wed, 15 Sep 2021 23:19:36 +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: 29da1db7-e8f5-4d1e-86a2-ef379ebe9c70 X-Archives-Hash: 56b9c18a9daad86019091113b06a3086 commit: 173ba3b24ce6cc72a6d68baefb5afb61d9dbff17 Author: Zac Medico gentoo org> AuthorDate: Wed Sep 15 23:11:51 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Sep 15 23:12:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173ba3b2 dev-python/yamlpath: DISTUTILS_USE_SETUPTOOLS=bdepend Closes: https://bugs.gentoo.org/813019 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-python/yamlpath/yamlpath-3.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/yamlpath/yamlpath-3.6.0.ebuild b/dev-python/yamlpath/yamlpath-3.6.0.ebuild index ac88b3e28ff..075879b08bc 100644 --- a/dev-python/yamlpath/yamlpath-3.6.0.ebuild +++ b/dev-python/yamlpath/yamlpath-3.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1