diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:55 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | 54f5b0087a86ad953d30931ff927d1e0330d580a (patch) | |
| tree | e938a25d0a488304f03e93a034650d720923e6c8 /meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb | |
| parent | 78ec5e1706774ca38789b8dea300175850699184 (diff) | |
| download | meta-openembedded-54f5b0087a86ad953d30931ff927d1e0330d580a.tar.gz | |
python3-websockets: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb b/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb index b22d993cb2..e6971c8297 100644 --- a/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-websockets_11.0.3.bb | |||
| @@ -12,4 +12,5 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
| 14 | python3-asyncio \ | 14 | python3-asyncio \ |
| 15 | python3-profile \ | ||
| 15 | " | 16 | " |
