diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-grpcio-tools.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-grpcio-tools.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-grpcio-tools.inc b/meta-python/recipes-devtools/python/python-grpcio-tools.inc index 91cc62f40f..1a15c48de0 100644 --- a/meta-python/recipes-devtools/python/python-grpcio-tools.inc +++ b/meta-python/recipes-devtools/python/python-grpcio-tools.inc | |||
@@ -5,8 +5,8 @@ SECTION = "devel/python" | |||
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 = "BSD-3-Clause" | 8 | LICENSE = "Apache-2.0" |
9 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | 9 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515" |
10 | 10 | ||
11 | inherit pypi | 11 | inherit pypi |
12 | 12 | ||