mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
d35ba17409
This will be needed by the upcoming python-kflash package. Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> [Thomas: split from a larger patch from Damien Le Moal] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
578 B
Makefile
16 lines
578 B
Makefile
################################################################################
|
|
#
|
|
# python-serial
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SERIAL_VERSION = 3.5
|
|
PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz
|
|
PYTHON_SERIAL_SITE = https://files.pythonhosted.org/packages/1e/7d/ae3f0a63f41e4d2f6cb66a5b57197850f919f59e558159a4dd3a818f5082
|
|
PYTHON_SERIAL_LICENSE = BSD-3-Clause
|
|
PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_SERIAL_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|