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 D866D139337 for ; Sat, 31 Jul 2021 08:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7958E0894; Sat, 31 Jul 2021 08:16:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D36D8E0894 for ; Sat, 31 Jul 2021 08:16:56 +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 AB82B3437EB for ; Sat, 31 Jul 2021 08:16:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 480F84A2 for ; Sat, 31 Jul 2021 08:16:54 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1627719409.21337ef4d3003b02e2e4ff045a99797b46783703.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pydub/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pydub/pydub-0.25.1.ebuild X-VCS-Directories: dev-python/pydub/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 21337ef4d3003b02e2e4ff045a99797b46783703 X-VCS-Branch: dev Date: Sat, 31 Jul 2021 08:16:54 +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: 9b9f410a-001f-488f-9bb3-3c7ab8787705 X-Archives-Hash: a275625a8361f1dca1e5f58f8cb3fee7 commit: 21337ef4d3003b02e2e4ff045a99797b46783703 Author: Nicola Smaniotto gmail com> AuthorDate: Sat Jul 31 08:15:50 2021 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Sat Jul 31 08:16:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21337ef4 dev-python/pydub: fix 0.25.1 distutils_enable_tests Closes: https://bugs.gentoo.org/805239 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/pydub/pydub-0.25.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pydub/pydub-0.25.1.ebuild b/dev-python/pydub/pydub-0.25.1.ebuild index cf4e8d002..5fcb65306 100644 --- a/dev-python/pydub/pydub-0.25.1.ebuild +++ b/dev-python/pydub/pydub-0.25.1.ebuild @@ -15,14 +15,14 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -distutils_enable_tests unittest - BDEPEND=" test? ( media-video/ffmpeg ) " +distutils_enable_tests unittest + python_test() { eunittest test/ }