commit:     56ef71881b4f806a9258221d1ed42c40a59ddfdd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 04:35:21 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  6 04:35:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ef7188

dev-python/pulsectl: Tests require pulseaudio-daemon (not pipewire)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pulsectl/pulsectl-22.3.2.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/pulsectl/pulsectl-22.3.2.ebuild 
b/dev-python/pulsectl/pulsectl-22.3.2.ebuild
index 6607acd14b45..a13a963b83ea 100644
--- a/dev-python/pulsectl/pulsectl-22.3.2.ebuild
+++ b/dev-python/pulsectl/pulsectl-22.3.2.ebuild
@@ -21,5 +21,10 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
        media-sound/pulseaudio
 "
+BDEPEND="
+       test? (
+               media-sound/pulseaudio-daemon
+       )
+"
 
 distutils_enable_tests unittest

Reply via email to