buildroot/package/python-modbus-tk/Config.in
Pierre-Jean Texier f57eeebbe3 package/python-modbus-tk: new package
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: bump to 1.1.0, adjust license information]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-13 14:19:31 +02:00

8 lines
199 B
Plaintext

config BR2_PACKAGE_PYTHON_MODBUS_TK
bool "python-modbus-tk"
select BR2_PACKAGE_PYTHON_SERIAL # runtime
help
Implementation of modbus protocol in python.
https://github.com/ljean/modbus-tk/