96c37418b7
pypi tarball does not contain the license file so switch back to github until upstream fixes this issue, see https://github.com/riptideio/pymodbus/issues/401 Fixes: - http://autobuild.buildroot.org/results/6701b1e038b58fcd49240ceb7f972885e2e037aa Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
520 B
Makefile
15 lines
520 B
Makefile
################################################################################
|
|
#
|
|
# python-pymodbus
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYMODBUS_VERSION = 2.2.0
|
|
PYTHON_PYMODBUS_SOURCE = pymodbus-$(PYTHON_PYMODBUS_VERSION).tar.gz
|
|
PYTHON_PYMODBUS_SITE = $(call github,riptideio,pymodbus,v$(PYTHON_PYMODBUS_VERSION))
|
|
PYTHON_PYMODBUS_SETUP_TYPE = setuptools
|
|
PYTHON_PYMODBUS_LICENSE = BSD-3-Clause
|
|
PYTHON_PYMODBUS_LICENSE_FILES = doc/LICENSE
|
|
|
|
$(eval $(python-package))
|