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 D372413835B 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 1F079E085A; Fri, 16 Oct 2020 02:04:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 00A05E085A 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 03EB8340FDF 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 2729E3B1 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: <1602813855.1baad57795e6bdd28ff4cc2608945ffc4737f908.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-review/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/git-review/git-review-1.28.0.ebuild X-VCS-Directories: dev-python/git-review/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 1baad57795e6bdd28ff4cc2608945ffc4737f908 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: 94b84d22-9ec7-48a7-8950-d0c59caaada8 X-Archives-Hash: 4ad64b5d749a15a22e158ee1cc9c7936 commit: 1baad57795e6bdd28ff4cc2608945ffc4737f908 Author: Matthew Thode gentoo org> AuthorDate: Fri Oct 16 01:45:21 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Oct 16 02:04:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1baad577 dev-python/git-review: set DISTUTILS_USE_SETUPTOOLS=rdepend Closes: https://bugs.gentoo.org/748309 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode gentoo.org> dev-python/git-review/git-review-1.28.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/git-review/git-review-1.28.0.ebuild b/dev-python/git-review/git-review-1.28.0.ebuild index 3b45fb2c1ca..3bcb89a2b52 100644 --- a/dev-python/git-review/git-review-1.28.0.ebuild +++ b/dev-python/git-review/git-review-1.28.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -15,10 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux" IUSE="" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}] -" +DEPEND=">=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]" RDEPEND=" >=dev-python/requests-1.1[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]