python310Packages.blebox-uniapi: remove asynctest

This commit is contained in:
Fabian Affolter 2023-03-20 09:28:08 +01:00
parent 5e487cd3b0
commit d88a768439

View file

@ -3,7 +3,6 @@
, fetchFromGitHub
, aiohttp
, semver
, asynctest
, deepmerge
, pytest-asyncio
, pytestCheckHook
@ -35,7 +34,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
asynctest
deepmerge
pytest-asyncio
pytestCheckHook
@ -46,7 +44,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/blebox/blebox_uniapi/blob/${src.rev}/HISTORY.rst";
changelog = "https://github.com/blebox/blebox_uniapi/blob/${version}/HISTORY.rst";
description = "Python API for accessing BleBox smart home devices";
homepage = "https://github.com/blebox/blebox_uniapi";
license = licenses.asl20;