python311Packages.crownstone-cloud: remove asynctest

Was already patched out, but still provided.
This commit is contained in:
Martin Weinelt 2023-07-25 02:16:13 +02:00
parent 96f2b96709
commit 57c99aa8ce

View File

@ -1,6 +1,5 @@
{ lib
, aiohttp
, asynctest
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
@ -34,7 +33,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
asynctest
certifi
];