diff options
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 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" | |||
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" |