mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
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:
parent
47ce8529ab
commit
0c62ee37b6
|
|
@ -14,7 +14,7 @@ inherit pypi setuptools3
|
|||
#
|
||||
# Uncomment this line to enable all the optional features.
|
||||
#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[signals] = ",,,${PYTHON_PN}-blinker"
|
||||
PACKAGECONFIG[rsa] = ",,,${PYTHON_PN}-cryptography"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user