mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -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"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
distutils_enable_tests unittest
|
|
||||||
|
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
media-video/ffmpeg
|
media-video/ffmpeg
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
distutils_enable_tests unittest
|
||||||
|
|
||||||
python_test() {
|
python_test() {
|
||||||
eunittest test/
|
eunittest test/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user