diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-10-25 19:49:26 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-25 20:05:22 -0700 |
commit | f079c1b5c9ef9166ed066f1e6f4d8276affd3bb9 (patch) | |
tree | 71cd3e16ae1f207c4a980ef9d4447524e0c885df | |
parent | f1f0ac5d5089116154be4fee83598ce0a2e4ec2b (diff) | |
download | meta-openembedded-f079c1b5c9ef9166ed066f1e6f4d8276affd3bb9.tar.gz |
python3-oauth2client: Remove recipe
This module has been deprecated [1] since 2018 and it recommends to use
oauth2.googleapis.com variants
[1] https://github.com/googleapis/oauth2client/commit/50d20532a748f18e53f7d24ccbe6647132c979a9#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python3_oauth2client/python3-oauth2client_4.1.3.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-python/recipes-devtools/python3_oauth2client/python3-oauth2client_4.1.3.bb b/meta-python/recipes-devtools/python3_oauth2client/python3-oauth2client_4.1.3.bb deleted file mode 100644 index d87e289c5f..0000000000 --- a/meta-python/recipes-devtools/python3_oauth2client/python3-oauth2client_4.1.3.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | DESCRIPTION = "OAuth 2.0 client library" | ||
2 | |||
3 | HOMEPAGE = "http://github.com/google/oauth2client/" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=038e1390e94fe637991fa5569daa62bc" | ||
6 | |||
7 | inherit pypi | ||
8 | |||
9 | SRC_URI[sha256sum] = "d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6" | ||
10 | |||
11 | RDEPENDS:${PN} += " \ | ||
12 | python3-httplib2 \ | ||
13 | python3-pyasn1 \ | ||
14 | python3-pyasn1-modules \ | ||
15 | python3-rsa \ | ||
16 | python3-six \ | ||
17 | " | ||
18 | |||
19 | inherit setuptools3 | ||