diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-05-21 21:40:10 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-24 07:36:50 -0700 |
| commit | 8d3f327c7136aca423bf56497398a54fad497215 (patch) | |
| tree | 5e4a32064fb5d82cbfb7514abec6df0679882edc /meta-python/recipes-devtools/python | |
| parent | b958870520115765748808a57ac0abd987ad2a99 (diff) | |
| download | meta-openembedded-8d3f327c7136aca423bf56497398a54fad497215.tar.gz | |
python3-engineio: upgrade 3.13.0 -> 4.2.0
Add runtime dependency to resolve errors that occurred when import engineio.
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-engineio_3.13.0.bb) | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-engineio_3.13.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb index 51f853390c..15b321c359 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_3.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.2.0.bb | |||
| @@ -9,5 +9,13 @@ inherit pypi setuptools3 | |||
| 9 | 9 | ||
| 10 | PYPI_PACKAGE = "python-engineio" | 10 | PYPI_PACKAGE = "python-engineio" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "822b5dba0308dde6b8cbfd022daae0e4" | 12 | RDEPENDS_${PN} += " \ |
| 13 | SRC_URI[sha256sum] = "2da5e1e5565e170a17169d1a76eb6a099cc96f0a25a5b1e0f9785f151485daea" | 13 | python3-netclient \ |
| 14 | python3-json \ | ||
| 15 | python3-logging \ | ||
| 16 | python3-compression \ | ||
| 17 | python3-asyncio \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "1fa937ec2a9f6feac27e9f65824c5781" | ||
| 21 | SRC_URI[sha256sum] = "4e97c1189c23923858f5bb6dc47cfcd915005383c3c039ff01c89f2c00d62077" | ||
