buildroot/package/python-nfc/python-nfc.mk
Rahul Bedarkar e05c3ad127 python-nfc: use SPDX short identifier for EUPL license
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-01 22:38:52 +02:00

15 lines
419 B
Makefile

################################################################################
#
# python-nfc
#
################################################################################
PYTHON_NFC_VERSION = 212
PYTHON_NFC_SITE = https://launchpad.net/nfcpy
PYTHON_NFC_SITE_METHOD = bzr
PYTHON_NFC_DEPENDENCIES = libusb libusb-compat
PYTHON_NFC_SETUP_TYPE = distutils
PYTHON_NFC_LICENSE = EUPL-1.1+
$(eval $(python-package))