aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-14 08:09:04 -0800
committerKhem Raj <raj.khem@gmail.com>2020-11-18 08:18:37 -0800
commit6b3e3bdaf878881bd6dee09ae369e379fd7b8149 (patch)
tree9ffdfb0cccac9454cee59d12a6181dc2a067468b /meta-python
parent4642dd56b70e82d40ce68cf64605d8760997bac3 (diff)
downloadmeta-openembedded-contrib-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.inc2
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 1a15c48de0..6675f904c1 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"