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@gmail.com>
This commit is contained in:
Nicola Smaniotto
2021-07-31 10:15:50 +02:00
parent 105c4f3319
commit 21337ef4d3

View File

@@ -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/
}