mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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 commit6b3e3bdaf8) Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commitc3a9e5b990) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Google gRPC tools"
|
|||||||
HOMEPAGE = "http://www.grpc.io/"
|
HOMEPAGE = "http://www.grpc.io/"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
|
|
||||||
DEPENDS_append = "${PYTHON_PN}-grpcio"
|
DEPENDS_append = " ${PYTHON_PN}-grpcio"
|
||||||
RDEPENDS_${PN} = "${PYTHON_PN}-grpcio"
|
RDEPENDS_${PN} = "${PYTHON_PN}-grpcio"
|
||||||
|
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user