From 6bcc57b18d22bb58b9732839a128ca144efe6803 Mon Sep 17 00:00:00 2001 From: chrys Date: Wed, 16 Aug 2017 01:49:33 +0200 Subject: [PATCH] remove sox --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 778c1015..40407a9c 100755 --- a/setup.py +++ b/setup.py @@ -76,7 +76,6 @@ setup( install_requires=[ "evdev", "daemonize", - "sox", "dbus-python", "pyenchant", "pyudev", @@ -94,3 +93,4 @@ print('Please install the following packages manually:') print('- Speech-dispatcher: for the default speech driver') print('- Espeak: as basic TTS engine') print('- brltty: for Braille') +print('- sox: as an player for the generic sound driver')