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 40D42138334 for ; Sat, 7 Dec 2019 22:55:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73E11E082F; Sat, 7 Dec 2019 22:55:52 +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 55282E082F for ; Sat, 7 Dec 2019 22:55:52 +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 70E9C34D6BC for ; Sat, 7 Dec 2019 22:55:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 257A526C for ; Sat, 7 Dec 2019 22:55:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575759339.84714008c6ffc9ce97a3c6ea9b9a4621602ac397.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/audioread/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/audioread/audioread-2.1.8.ebuild X-VCS-Directories: dev-python/audioread/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 84714008c6ffc9ce97a3c6ea9b9a4621602ac397 X-VCS-Branch: master Date: Sat, 7 Dec 2019 22:55:50 +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: 3c5fd0a1-a47f-4316-82a6-ca04522189d0 X-Archives-Hash: a4140e42a5c3df3ad7714e88c6a2cc0e commit: 84714008c6ffc9ce97a3c6ea9b9a4621602ac397 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 7 22:55:39 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 7 22:55:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84714008 dev-python/audioread: Drop leftover test dep Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/audioread/audioread-2.1.8.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/audioread/audioread-2.1.8.ebuild b/dev-python/audioread/audioread-2.1.8.ebuild index f21eb33892d..885840eaea5 100644 --- a/dev-python/audioread/audioread-2.1.8.ebuild +++ b/dev-python/audioread/audioread-2.1.8.ebuild @@ -16,10 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" BDEPEND=" - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - ) + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) " RDEPEND=" || (