python: fix disabling the SSL module
[buildroot-gz.git] / package / python-pyusb / Config.in
blob1f97979c713e6e61978d07ee2ee4f2a4b1df77b3
1 config BR2_PACKAGE_PYTHON_PYUSB
2         bool "python-pyusb"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4         select BR2_PACKAGE_LIBUSB
5         help
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