diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb b/meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb index 3e5d957c4e..e7f7f0b47b 100644 --- a/meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-oauthlib_3.2.0.bb | |||
@@ -14,7 +14,7 @@ inherit pypi setuptools3 | |||
14 | # | 14 | # |
15 | # Uncomment this line to enable all the optional features. | 15 | # Uncomment this line to enable all the optional features. |
16 | #PACKAGECONFIG ?= "test signedtoken signals rsa" | 16 | #PACKAGECONFIG ?= "test signedtoken signals rsa" |
17 | PACKAGECONFIG[test] = ",,,${PYTHON_PN}-blinker ${PYTHON_PN}-cryptography ${PYTHON_PN}-nose ${PYTHON_PN}-pyjwt" | 17 | PACKAGECONFIG[test] = ",,,${PYTHON_PN}-blinker ${PYTHON_PN}-cryptography ${PYTHON_PN}-pytest ${PYTHON_PN}-pyjwt" |
18 | PACKAGECONFIG[signedtoken] = ",,,${PYTHON_PN}-cryptography ${PYTHON_PN}-pyjwt" | 18 | PACKAGECONFIG[signedtoken] = ",,,${PYTHON_PN}-cryptography ${PYTHON_PN}-pyjwt" |
19 | PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker" | 19 | PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker" |
20 | PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography" | 20 | PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography" |