remove sox
This commit is contained in:
parent
11c10f43bb
commit
6bcc57b18d
2
setup.py
2
setup.py
@ -76,7 +76,6 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
"evdev",
|
"evdev",
|
||||||
"daemonize",
|
"daemonize",
|
||||||
"sox",
|
|
||||||
"dbus-python",
|
"dbus-python",
|
||||||
"pyenchant",
|
"pyenchant",
|
||||||
"pyudev",
|
"pyudev",
|
||||||
@ -94,3 +93,4 @@ print('Please install the following packages manually:')
|
|||||||
print('- Speech-dispatcher: for the default speech driver')
|
print('- Speech-dispatcher: for the default speech driver')
|
||||||
print('- Espeak: as basic TTS engine')
|
print('- Espeak: as basic TTS engine')
|
||||||
print('- brltty: for Braille')
|
print('- brltty: for Braille')
|
||||||
|
print('- sox: as an player for the generic sound driver')
|
||||||
|
Loading…
Reference in New Issue
Block a user