mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 16:46:47 +00: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 ??= ""
|
||||||
PACKAGECONFIG[repl] = ",,,python3-aiohttp python3-click python3-prompt-toolkit python3-pygments python3-pyserial-asyncio"
|
PACKAGECONFIG[repl] = ",,,python3-aiohttp python3-click python3-prompt-toolkit python3-pygments python3-pyserial-asyncio"
|
||||||
|
PACKAGECONFIG[asyncio] = ",,,python3-pyserial-asyncio"
|
||||||
PACKAGECONFIG[tornado] = ",,,python3-tornado"
|
PACKAGECONFIG[tornado] = ",,,python3-tornado"
|
||||||
PACKAGECONFIG[twisted] = ",,,python3-twisted-conch"
|
PACKAGECONFIG[twisted] = ",,,python3-twisted-conch"
|
||||||
PACKAGECONFIG[redis] = ",,,python3-redis"
|
PACKAGECONFIG[redis] = ",,,python3-redis"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user