python3-grpcio-reflection_1.67.1.bb 515 B

123456789101112131415161718
  1. DESCRIPTION = "Google gRPC reflection"
  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. DEPENDS += "python3-grpcio"
  8. PYPI_PACKAGE = "grpcio_reflection"
  9. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  10. SRC_URI[sha256sum] = "507d9785a72032816e9bb5add4a660c655813a6bc1537b957822c652c88bf458"
  11. RDEPENDS:${PN} = "python3-grpcio"
  12. BBCLASSEXTEND = "native nativesdk"