commit: 21337ef4d3003b02e2e4ff045a99797b46783703 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Sat Jul 31 08:15:50 2021 +0000 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> 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 <smaniotto.nicola <AT> 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/ }
