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 AB19A1382C5 for ; Mon, 18 May 2020 17:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC1E3E0857; Mon, 18 May 2020 17:22:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9953CE0857 for ; Mon, 18 May 2020 17:22: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 EB8C634EFEE for ; Mon, 18 May 2020 17:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DA99238 for ; Mon, 18 May 2020 17:22:23 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1589822528.2542b221bf369e1fceb4d00c2a9135df5b7dc913.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scrypt/scrypt-0.8.13-r2.ebuild X-VCS-Directories: dev-python/scrypt/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2542b221bf369e1fceb4d00c2a9135df5b7dc913 X-VCS-Branch: master Date: Mon, 18 May 2020 17:22:23 +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: ef572239-e0b9-4f4c-901f-bb043af338a6 X-Archives-Hash: 6cce5ac58e403441b49a35452819d7f7 commit: 2542b221bf369e1fceb4d00c2a9135df5b7dc913 Author: Mike Gilbert gentoo org> AuthorDate: Mon May 18 17:22:08 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon May 18 17:22:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2542b221 dev-python/scrypt: drop unnecssary BDEPEND Signed-off-by: Mike Gilbert gentoo.org> dev-python/scrypt/scrypt-0.8.13-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild index dc1ce6a39ad..cb9c3a15cb1 100644 --- a/dev-python/scrypt/scrypt-0.8.13-r2.ebuild +++ b/dev-python/scrypt/scrypt-0.8.13-r2.ebuild @@ -21,6 +21,5 @@ RDEPEND=" libressl? ( dev-libs/libressl:0= ) " DEPEND="${RDEPEND}" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" distutils_enable_tests unittest