diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-14 08:09:04 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-18 08:18:37 -0800 |
commit | 6b3e3bdaf878881bd6dee09ae369e379fd7b8149 (patch) | |
tree | 9ffdfb0cccac9454cee59d12a6181dc2a067468b /meta-python | |
parent | 4642dd56b70e82d40ce68cf64605d8760997bac3 (diff) | |
download | meta-openembedded-6b3e3bdaf878881bd6dee09ae369e379fd7b8149.tar.gz |
python-grpcio-tools: Add missing space for append
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-grpcio-tools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-grpcio-tools.inc b/meta-python/recipes-devtools/python/python-grpcio-tools.inc index 1a15c48de..6675f904c 100644 --- a/meta-python/recipes-devtools/python/python-grpcio-tools.inc +++ b/meta-python/recipes-devtools/python/python-grpcio-tools.inc | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Google gRPC tools" | |||
2 | HOMEPAGE = "http://www.grpc.io/" | 2 | HOMEPAGE = "http://www.grpc.io/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | 4 | ||
5 | DEPENDS_append = "${PYTHON_PN}-grpcio" | 5 | DEPENDS_append = " ${PYTHON_PN}-grpcio" |
6 | RDEPENDS_${PN} = "${PYTHON_PN}-grpcio" | 6 | RDEPENDS_${PN} = "${PYTHON_PN}-grpcio" |
7 | 7 | ||
8 | LICENSE = "Apache-2.0" | 8 | LICENSE = "Apache-2.0" |