mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 09:33:32 -04:00
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:
@@ -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/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user