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 12247138350 for ; Wed, 15 Apr 2020 18:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 492D6E093E; Wed, 15 Apr 2020 18:30:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2AD8AE093E for ; Wed, 15 Apr 2020 18:30:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2E7C234F17E for ; Wed, 15 Apr 2020 18:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA70171 for ; Wed, 15 Apr 2020 18:30:52 +0000 (UTC) From: "Alarig Le Lay" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alarig Le Lay" Message-ID: <1586974211.b37e43f0a3b710b2df8d1470e84740a5b12d89d3.AlarigLeLay@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild X-VCS-Directories: app-text/OCRmyPDF/ X-VCS-Committer: AlarigLeLay X-VCS-Committer-Name: Alarig Le Lay X-VCS-Revision: b37e43f0a3b710b2df8d1470e84740a5b12d89d3 X-VCS-Branch: dev Date: Wed, 15 Apr 2020 18:30:52 +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: 2c9a2a3f-9f5b-44e8-8bc3-1cdc9ea65129 X-Archives-Hash: a7c786fea2e494d53438405e4978e586 commit: b37e43f0a3b710b2df8d1470e84740a5b12d89d3 Author: Alarig Le Lay swordarmor fr> AuthorDate: Wed Apr 15 18:10:11 2020 +0000 Commit: Alarig Le Lay swordarmor fr> CommitDate: Wed Apr 15 18:10:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b37e43f0 app-text/OCRmyPDF: Removing setuptools dep Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay swordarmor.fr> app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild b/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild index bb567c2..2837fc8 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-9.7.1.ebuild @@ -34,7 +34,6 @@ RDEPEND=" jbig2enc? ( media-libs/jbig2enc ) " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/pytest-runner[${PYTHON_USEDEP}] "