From 45166f30dc40ce810831657c27724a3b5a57f2ad Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Fri, 20 Jul 2012 09:58:12 +0100 Subject: python-nfc: new package [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 Signed-off-by: Thomas Petazzoni --- package/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/Config.in') diff --git a/package/Config.in b/package/Config.in index d0daa186d..46747d96b 100644 --- a/package/Config.in +++ b/package/Config.in @@ -269,6 +269,7 @@ source "package/python-dpkt/Config.in" source "package/python-id3/Config.in" source "package/python-mad/Config.in" source "package/python-netifaces/Config.in" +source "package/python-nfc/Config.in" source "package/python-pygame/Config.in" source "package/python-serial/Config.in" source "package/python-setuptools/Config.in" -- cgit v1.2.3