diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-07-29 16:31:12 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-08-01 08:47:08 -0700 |
commit | 11a67b861af74d59ccfd609d6d943e966ccff731 (patch) | |
tree | ce619cf42798050439a4c04ed471ed293f17ede4 /recipes-python/python/python3-oauth2client_4.1.3.bb | |
parent | d3a484abf81fc196389480df89cf5c82d13e6381 (diff) | |
download | meta-security-11a67b861af74d59ccfd609d6d943e966ccff731.tar.gz |
meta-security: Convert to new override syntax
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-python/python/python3-oauth2client_4.1.3.bb')
-rw-r--r-- | recipes-python/python/python3-oauth2client_4.1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-python/python/python3-oauth2client_4.1.3.bb b/recipes-python/python/python3-oauth2client_4.1.3.bb index ca25d14..3a07461 100644 --- a/recipes-python/python/python3-oauth2client_4.1.3.bb +++ b/recipes-python/python/python3-oauth2client_4.1.3.bb | |||
@@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b420989 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN} = "python3-six python3-rsa python3-httplib2 python3-pyasn1 python3-pyasn1-modules" | 11 | RDEPENDS:${PN} = "python3-six python3-rsa python3-httplib2 python3-pyasn1 python3-pyasn1-modules" |