1config BR2_PACKAGE_PYTHON_SIMPLEAUDIO 2 bool "python-simpleaudio" 3 depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib 4 select BR2_PACKAGE_ALSA_LIB 5 help 6 The simplaudio package provides cross-platform, 7 dependency-free audio playback capability for Python 3 on 8 OSX, Windows, and Linux. 9 10 https://github.com/hamiltron/py-simple-audio 11 12comment "python-simpleaudio needs a toolchain w/ threads" 13 depends on !BR2_TOOLCHAIN_HAS_THREADS 14