mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-28 10:11:08 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
15 lines
561 B
Makefile
15 lines
561 B
Makefile
################################################################################
|
|
#
|
|
# python-pymodbus
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYMODBUS_VERSION = 3.6.9
|
|
PYTHON_PYMODBUS_SOURCE = pymodbus-$(PYTHON_PYMODBUS_VERSION).tar.gz
|
|
PYTHON_PYMODBUS_SITE = https://files.pythonhosted.org/packages/b4/a4/5322c8e3be3bb2db7ab3eb7c2160fd2ec325083d7e60a76cd9cc896dd7bd
|
|
PYTHON_PYMODBUS_SETUP_TYPE = setuptools
|
|
PYTHON_PYMODBUS_LICENSE = BSD-3-Clause
|
|
PYTHON_PYMODBUS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|