mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ========== Features ------------ Add support for Python 3.10 (#143) (63ca888) Add support for Python 3.11 (#145) (b9dbb21) added google.api.JwtLocation.cookie (6af2132) added google.api.Service.publishing and client libraries settings (6af2132) new fields in enum google.api.ErrorReason (6af2132) Bug Fixes ----------- deprecate google.api.BackendRule.min_deadline (6af2132) deps: Require protobuf >=3.19.5 (#141) (9ea3530) Documentation -------------- minor updates to comments (6af2132) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
457 B
BlitzBasic
15 lines
457 B
BlitzBasic
DESCRIPTION = "Common protobufs used in Google APIs"
|
|
HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
|
|
AUTHOR = "Google LLC"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "27a849d6205838fb6cc3c1c21cb9800707a661bb21c6ce7fb13e99eb1f8a0c46"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-grpcio \
|
|
${PYTHON_PN}-protobuf \
|
|
"
|