aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-14 08:09:04 -0800
committerPeter Kjellerstedt <pkj@axis.com>2021-02-08 22:09:28 +0100
commit55e51d46d24433132faf78987b732e34849336f3 (patch)
tree6af0ff804809d5d4161fb5c410e782d18a7a876b
parent712c0b8d66460f9fa16fa957159d4c6653e08541 (diff)
downloadmeta-openembedded-contrib-pkj/_PYTHON_SYSCONFIGDATA_NAME-dunfell.tar.gz
python-grpcio-tools: Add missing space for appendpkj/_PYTHON_SYSCONFIGDATA_NAME-dunfell
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-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"