mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
python3-pymodbus: add asyncio to package config
When using asyncio as the backend for asynchronous communication, pymodbus depends on python3-pyserial-asyncio. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
This commit is contained in:
parent
f792874431
commit
f5a978bb7e
|
|
@ -11,6 +11,7 @@ inherit pypi setuptools3
|
|||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[repl] = ",,,python3-aiohttp python3-click python3-prompt-toolkit python3-pygments python3-pyserial-asyncio"
|
||||
PACKAGECONFIG[asyncio] = ",,,python3-pyserial-asyncio"
|
||||
PACKAGECONFIG[tornado] = ",,,python3-tornado"
|
||||
PACKAGECONFIG[twisted] = ",,,python3-twisted-conch"
|
||||
PACKAGECONFIG[redis] = ",,,python3-redis"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user