summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.8.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-08-26 11:01:47 +0800
committerKhem Raj <raj.khem@gmail.com>2022-08-27 07:37:45 -0700
commitf1a45bbc99c6d61112127e5ccfa336047f421e35 (patch)
tree799bbb33c7260b43e45fe75f981680e657af9a5e /meta-python/recipes-devtools/python/python3-jsonrpcserver_5.0.8.bb
parent4f00a706b832f2800f5fbd66f00b0dc2273f9d54 (diff)
downloadmeta-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.bb1
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
22BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"