From 9320218f851cf0bd10ac5ef550fc3e3fa0aaeeb9 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Wed, 17 Dec 2025 20:41:01 +0100 Subject: [PATCH] dev-python/soundfile: !minimal on libsndfile for test Closes: https://bugs.gentoo.org/962975 Signed-off-by: Alfredo Tupone --- dev-python/soundfile/soundfile-0.13.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/soundfile/soundfile-0.13.1.ebuild b/dev-python/soundfile/soundfile-0.13.1.ebuild index 34268b38d5db..f04f9182783d 100644 --- a/dev-python/soundfile/soundfile-0.13.1.ebuild +++ b/dev-python/soundfile/soundfile-0.13.1.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-python/cffi[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] media-libs/libsndfile + test? ( media-libs/libsndfile[-minimal] ) " distutils_enable_tests pytest