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 CBEAB138350 for ; Mon, 2 Mar 2020 19:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17938E0884; Mon, 2 Mar 2020 19:37:28 +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 03291E0884 for ; Mon, 2 Mar 2020 19:37:27 +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 8E53B34EFDC for ; Mon, 2 Mar 2020 19:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 060C5144 for ; Mon, 2 Mar 2020 19:37:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1583177839.87f7034575a88dfa610bd04db579ef26c5433720.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/git-repo-updater/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild X-VCS-Directories: dev-vcs/git-repo-updater/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 87f7034575a88dfa610bd04db579ef26c5433720 X-VCS-Branch: dev Date: Mon, 2 Mar 2020 19:37:25 +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: 84b9f589-950a-4ff2-8294-ae1a6af484c8 X-Archives-Hash: ab7356f2a4befb6b249a3de3536bfb83 commit: 87f7034575a88dfa610bd04db579ef26c5433720 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Mar 2 19:37:19 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Mar 2 19:37:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87f70345 dev-vcs/git-repo-updater: No need to specify setuptools in RDEPEND inherit distutils-r1 already does this for you Package-Manager: Portage-2.3.91, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild index e7c418b..57c079a 100644 --- a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild +++ b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild @@ -20,7 +20,6 @@ KEYWORDS="~amd64" RDEPEND=" >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}] >=dev-python/git-python-2.1.8[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] " distutils_enable_tests pytest