diff options
Diffstat (limited to 'meta-python/recipes-devtools/python3_oauth2client/python3-oauth2client_4.1.3.bb')
-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 |