python3-oauthlib: Drop redundant nose dependency

Add pytest module dependency for testing
nose has been dropped upstream too [1]

[1] 037453c6f9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Khem Raj 2022-02-23 23:47:57 -08:00
parent 47ce8529ab
commit 0c62ee37b6

View File

@ -14,7 +14,7 @@ inherit pypi setuptools3
# #
# Uncomment this line to enable all the optional features. # Uncomment this line to enable all the optional features.
#PACKAGECONFIG ?= "test signedtoken signals rsa" #PACKAGECONFIG ?= "test signedtoken signals rsa"
PACKAGECONFIG[test] = ",,,${PYTHON_PN}-blinker ${PYTHON_PN}-cryptography ${PYTHON_PN}-nose ${PYTHON_PN}-pyjwt" PACKAGECONFIG[test] = ",,,${PYTHON_PN}-blinker ${PYTHON_PN}-cryptography ${PYTHON_PN}-pytest ${PYTHON_PN}-pyjwt"
PACKAGECONFIG[signedtoken] = ",,,${PYTHON_PN}-cryptography ${PYTHON_PN}-pyjwt" PACKAGECONFIG[signedtoken] = ",,,${PYTHON_PN}-cryptography ${PYTHON_PN}-pyjwt"
PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker" PACKAGECONFIG[signals] = ",,,${PYTHON_PN}-blinker"
PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography" PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography"