diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-08-26 11:01:47 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-27 07:37:45 -0700 |
| commit | f1a45bbc99c6d61112127e5ccfa336047f421e35 (patch) | |
| tree | 799bbb33c7260b43e45fe75f981680e657af9a5e /meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.8.bb | |
| parent | 4f00a706b832f2800f5fbd66f00b0dc2273f9d54 (diff) | |
| download | meta-openembedded-f1a45bbc99c6d61112127e5ccfa336047f421e35.tar.gz | |
python3-jsonrpcserver: Add dependence python3-typing-extensions
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.8.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.8.bb b/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.8.bb index 6dff9b85bf..88b1d6856e 100644 --- a/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.8.bb | |||
| @@ -17,6 +17,7 @@ RDEPENDS:${PN} += "\ | |||
| 17 | python3-netclient \ | 17 | python3-netclient \ |
| 18 | python3-pkgutil \ | 18 | python3-pkgutil \ |
| 19 | python3-oslash \ | 19 | python3-oslash \ |
| 20 | python3-typing-extensions \ | ||
| 20 | " | 21 | " |
| 21 | 22 | ||
| 22 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |
