blob: 27c3b9b2272b20f7c9f4a40031677e0de0e3250b [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001DESCRIPTION = "Common protobufs used in Google APIs"
2HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
3AUTHOR = "Google LLC"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6
7inherit pypi setuptools3
8
Andrew Geisslerc5535c92023-01-27 16:10:19 -06009SRC_URI[sha256sum] = "c727251ec025947d545184ba17e3578840fc3a24a0516a020479edab660457df"
Andrew Geissler517393d2023-01-13 08:55:19 -060010
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-grpcio \
13 ${PYTHON_PN}-protobuf \
14"