Buildroot: Disable python-pulsectl as we do not have pulseaudio anymore.
+ mycroft audio trows an error because it find the python package therefor uses it, however pulseaudio is not there anymore. (Leaving the buildroot-external package there is case people want to use it, building firmwares themself)
This commit is contained in:
parent
8b33ad532c
commit
0b8fd4e503
|
@ -201,7 +201,6 @@ BR2_PACKAGE_PYTHON_PETACT=y
|
|||
BR2_PACKAGE_PYTHON_PIP=y
|
||||
BR2_PACKAGE_PYTHON_POCKETSPHINX=y
|
||||
BR2_PACKAGE_PYTHON_PRECISE_RUNNER=y
|
||||
BR2_PACKAGE_PYTHON_PULSECTL=y
|
||||
BR2_PACKAGE_PYTHON_PYCHROMECAST=y
|
||||
BR2_PACKAGE_PYTHON_PYJWT=y
|
||||
BR2_PACKAGE_PYTHON_REQUESTS_FUTURES=y
|
||||
|
|
Loading…
Reference in New Issue