diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb b/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb index 3ca7d5366b..a7df0a2da4 100644 --- a/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb +++ b/meta-python/recipes-devtools/python/python-grpcio_1.7.0.bb | |||
@@ -4,8 +4,8 @@ SECTION = "devel/python" | |||
4 | 4 | ||
5 | DEPENDS = "python-protobuf" | 5 | DEPENDS = "python-protobuf" |
6 | 6 | ||
7 | SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ | 7 | SRC_URI_append_class-target = " file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch " |
8 | " | 8 | |
9 | RDEPENDS_${PN} = "python-enum34 \ | 9 | RDEPENDS_${PN} = "python-enum34 \ |
10 | python-futures \ | 10 | python-futures \ |
11 | python-protobuf \ | 11 | python-protobuf \ |