Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-google-auth_git.bb
1
2 DESCRIPTION = "This library simplifies using Google’s various server-to-server authentication mechanisms to access Google APIs."
3
4 LICENSE = "Apache-2.0"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
6
7 SRCREV = "1322d896ba725b8d73fd7ac4793601d9f574a839"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "1.6.3+git${SRCPV}"
12
13 SRC_URI = "git://github.com/googleapis/google-auth-library-python.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16 DEPENDS += " python"
17 inherit setuptools distutils pkgconfig