python3-grpcio-tools_1.67.1.bb 673 B

12345678910111213141516171819202122
  1. DESCRIPTION = "Google gRPC tools"
  2. HOMEPAGE = "http://www.grpc.io/"
  3. SECTION = "devel/python"
  4. LICENSE = "Apache-2.0"
  5. LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62d342a02f005515"
  6. inherit pypi setuptools3
  7. PYPI_PACKAGE = "grpcio_tools"
  8. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  9. DEPENDS += "python3-grpcio"
  10. SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
  11. file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \
  12. "
  13. SRC_URI[sha256sum] = "d9657f5ddc62b52f58904e6054b7d8a8909ed08a1e28b734be3a707087bcf004"
  14. RDEPENDS:${PN} = "python3-grpcio"
  15. BBCLASSEXTEND = "native nativesdk"