diff options
| -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" | ||
