meta-digi-dey: python3-xbee: add required asyncio python package
This package includes the concurrent module required by the XBee library (to use ThreadPoolExecutor) Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
parent
43a68c00de
commit
f4ded09351
|
|
@ -14,4 +14,4 @@ PYPI_PACKAGE = "digi-xbee"
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
RDEPENDS:${PN} = "python3-pyserial"
|
RDEPENDS:${PN} = "python3-asyncio python3-pyserial"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue