45166f30dc
[thomas.petazzoni@free-electrons.com: add patch that creates a standard setup.py file. This allows the .pyc files to be generated at build time, and installed into the target. This is important because by default, Buildroot removes all .py files from the target, to keep only the .pyc files. The python-nfc.mk file was changed to use this setup.py standard build process.] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
config BR2_PACKAGE_PYTHON_NFC
|
|
bool "python-nfc"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_LIBUSB
|
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
|
help
|
|
Python module for near field communication.
|
|
|
|
https://launchpad.net/nfcpy
|