mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
1c971a45cf
Also Remove md5 hash Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
583 B
Makefile
15 lines
583 B
Makefile
################################################################################
|
|
#
|
|
# python-modbus-tk
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MODBUS_TK_VERSION = 1.1.2
|
|
PYTHON_MODBUS_TK_SOURCE = modbus_tk-$(PYTHON_MODBUS_TK_VERSION).tar.gz
|
|
PYTHON_MODBUS_TK_SITE = https://files.pythonhosted.org/packages/ce/e9/30d86eb912bf868b8c97698b5747f10cf72dc26c674fd030249bc3275484
|
|
PYTHON_MODBUS_TK_SETUP_TYPE = setuptools
|
|
PYTHON_MODBUS_TK_LICENSE = LGPL-2.1+
|
|
PYTHON_MODBUS_TK_LICENSE_FILES = license.txt copying.txt
|
|
|
|
$(eval $(python-package))
|