From 3082ff70693c45b224f9657b12db58702121b096 Mon Sep 17 00:00:00 2001 From: Lenoch <81lennoch@gmail.com> Date: Thu, 26 Sep 2024 16:02:36 +0200 Subject: [PATCH] Fix build issue Resolved a build issue by including the `jaraco` package in the setup configuration. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8aac49a..cf75259 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,8 @@ "_sounddevice_data", "pygame", "soundfile", "_soundfile", "_soundfile_data", - "vlc", "python-vlc" + "vlc", "python-vlc", + "jaraco" ] }