diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 20:10:24 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
| commit | 94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch) | |
| tree | 660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-devtools/python3_oauth2client | |
| parent | 16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff) | |
| download | meta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz | |
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3_oauth2client')
| -rw-r--r-- | meta-python/recipes-devtools/python3_oauth2client/python3-oauth2client_4.1.3.bb | 10 |
1 files changed, 5 insertions, 5 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 index c0b111838c..d87e289c5f 100644 --- 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 | |||
| @@ -9,11 +9,11 @@ inherit pypi | |||
| 9 | SRC_URI[sha256sum] = "d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6" | 9 | SRC_URI[sha256sum] = "d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6" |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${PN} += " \ |
| 12 | ${PYTHON_PN}-httplib2 \ | 12 | python3-httplib2 \ |
| 13 | ${PYTHON_PN}-pyasn1 \ | 13 | python3-pyasn1 \ |
| 14 | ${PYTHON_PN}-pyasn1-modules \ | 14 | python3-pyasn1-modules \ |
| 15 | ${PYTHON_PN}-rsa \ | 15 | python3-rsa \ |
| 16 | ${PYTHON_PN}-six \ | 16 | python3-six \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | inherit setuptools3 | 19 | inherit setuptools3 |
