diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-07 11:30:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-07 21:44:32 +0100 |
commit | 52ba1a3d44c89f4c38d6851504fe8b70c9e8e07e (patch) | |
tree | b0d17135e7e5390b6319d94dd8fdc197c9b77765 /meta/recipes-devtools/python | |
parent | f388dd48283d4cb0c9e82e140703295e67e659a1 (diff) | |
download | poky-52ba1a3d44c89f4c38d6851504fe8b70c9e8e07e.tar.gz |
python3-manifest.json: Fix typo in summary
(From OE-Core rev: 15c279da465323cab86635e5b5cdb46bf254fa66)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3/python3-manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index ec28c2dbb4..8e94305af7 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json | |||
@@ -115,7 +115,7 @@ | |||
115 | "cached": [] | 115 | "cached": [] |
116 | }, | 116 | }, |
117 | "asyncio": { | 117 | "asyncio": { |
118 | "summary": "Python Asynchronous I/", | 118 | "summary": "Python Asynchronous I/O", |
119 | "rdepends": [ | 119 | "rdepends": [ |
120 | "core", | 120 | "core", |
121 | "io", | 121 | "io", |