All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-pymodbus: add asyncio to package config
@ 2022-03-14 22:01 Justin Bronder
  0 siblings, 0 replies; only message in thread
From: Justin Bronder @ 2022-03-14 22:01 UTC (permalink / raw)
  To: openembedded-devel

When using asyncio as the backend for asynchronous communication,
pymodbus depends on python3-pyserial-asyncio.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
---
 meta-python/recipes-devtools/python/python3-pymodbus_2.5.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python3-pymodbus_2.5.3.bb b/meta-python/recipes-devtools/python/python3-pymodbus_2.5.3.bb
index b628cadafe..46565876fe 100644
--- a/meta-python/recipes-devtools/python/python3-pymodbus_2.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pymodbus_2.5.3.bb
@@ -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"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-14 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 22:01 [meta-python][PATCH] python3-pymodbus: add asyncio to package config Justin Bronder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.