python3Packages.pytradfri: split off async extra
This commit is contained in:
parent
7d4be895ad
commit
e365a5bc06
1 changed files with 8 additions and 5 deletions
|
@ -21,14 +21,17 @@ buildPythonPackage rec {
|
|||
hash = "sha256-12ol+2CnoPfkxmDGJJAkoafHGpQuWC4lh0N7lSvx2DE=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiocoap
|
||||
dtlssocket
|
||||
];
|
||||
passthru.extras-require = {
|
||||
async = [
|
||||
aiocoap
|
||||
dtlssocket
|
||||
];
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
]
|
||||
++ passthru.extras-require.async;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pytradfri"
|
||||
|
|
Loading…
Reference in a new issue