diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-11-14 08:09:04 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-02-15 08:13:51 -0800 |
commit | c3a9e5b9907279043bb7b270e9c6b4e587881d9a (patch) | |
tree | 7b6dafe23233a748cfc2fa77bd20ed42b5b7fe47 /meta-python | |
parent | 572d4148267c6ff1b43dd3498020349cb0aa77c7 (diff) | |
download | meta-openembedded-c3a9e5b9907279043bb7b270e9c6b4e587881d9a.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>
(cherry picked from commit 6b3e3bdaf878881bd6dee09ae369e379fd7b8149)
Signed-off-by: Armin Kuster <akuster808@gmail.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" HOMEPAGE = "http://www.grpc.io/" SECTION = "devel/python" -DEPENDS_append = "${PYTHON_PN}-grpcio" +DEPENDS_append = " ${PYTHON_PN}-grpcio" RDEPENDS_${PN} = "${PYTHON_PN}-grpcio" LICENSE = "Apache-2.0" |