1 config BR2_PACKAGE_PYTHON_PYUSB
3 depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4 select BR2_PACKAGE_LIBUSB
6 The PyUSB module provides easy access to the Universal
7 Serial Bus (USB) from Python.
9 http://sourceforge.net/apps/trac/pyusb/
11 comment "python-pyusb needs a toolchain w/ threads"
12 depends on !BR2_TOOLCHAIN_HAS_THREADS