1 config BR2_PACKAGE_PYTHON_NFC
3 depends on BR2_PACKAGE_PYTHON
4 depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
5 select BR2_PACKAGE_LIBUSB
6 select BR2_PACKAGE_LIBUSB_COMPAT
8 Python module for near field communication.
10 https://launchpad.net/nfcpy
12 comment "python-nfc needs a toolchain w/ threads"
13 depends on BR2_PACKAGE_PYTHON
14 depends on !BR2_TOOLCHAIN_HAS_THREADS