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=";
|
hash = "sha256-12ol+2CnoPfkxmDGJJAkoafHGpQuWC4lh0N7lSvx2DE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
passthru.extras-require = {
|
||||||
aiocoap
|
async = [
|
||||||
dtlssocket
|
aiocoap
|
||||||
];
|
dtlssocket
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
]
|
||||||
|
++ passthru.extras-require.async;
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"pytradfri"
|
"pytradfri"
|
||||||
|
|
Loading…
Reference in a new issue