summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-13 09:40:17 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-14 09:41:35 -0700
commit644f43be64f08a266a64df6a569db41336ef1a75 (patch)
tree69b26b2a43070e8e8910b78d0393b6eceb00b723 /meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb
parent3f92f3166983cc44f6eea56fe35a46a6765c585b (diff)
downloadmeta-openembedded-644f43be64f08a266a64df6a569db41336ef1a75.tar.gz
python3-pymodbus: upgrade 3.3.0 -> 3.3.1
Changelog: ============ transport fixes and 100% test coverage. (#1580) Delay self.loop until connect(). (#1579) Added mechanism to determine if server did not start cleanly (#1539) Proof transport reconnect works. (#1577) Fix non-shared block doc in config.rst. (#1573) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb b/meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb
deleted file mode 100644
index 9b84c4f881..0000000000
--- a/meta-python/recipes-devtools/python/python3-pymodbus_3.3.0.bb
+++ /dev/null
@@ -1,35 +0,0 @@
1SUMMARY = "A fully featured modbus protocol stack in python"
2HOMEPAGE = "https://github.com/riptideio/pymodbus/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=430604f78bee72425da231d42eac9cee"
5DEPENDS += "python3-six-native"
6
7SRC_URI[sha256sum] = "0816a644d0ecc74b488ba9f46f8d6662c4a7272a493f184d2c81c6717fb62355"
8S = "${WORKDIR}/pymodbus-${PV}"
9
10inherit pypi setuptools3
11
12PACKAGECONFIG ??= ""
13PACKAGECONFIG[repl] = ",,,python3-aiohttp python3-click python3-prompt-toolkit python3-pygments python3-pyserial-asyncio"
14PACKAGECONFIG[asyncio] = ",,,python3-pyserial-asyncio"
15PACKAGECONFIG[tornado] = ",,,python3-tornado"
16PACKAGECONFIG[twisted] = ",,,python3-twisted-conch"
17PACKAGECONFIG[redis] = ",,,python3-redis"
18PACKAGECONFIG[sql] = ",,,python3-sqlalchemy"
19
20RDEPENDS:${PN} += " \
21 python3-asyncio \
22 python3-core \
23 python3-io \
24 python3-json \
25 python3-logging \
26 python3-math \
27 python3-netserver \
28"
29
30RDEPENDS:${PN} += " \
31 python3-pyserial \
32 python3-six \
33"
34
35