python311Packages.pysml: propagate aiohttp

Checking runtime dependencies for pysml-0.1.1-py3-none-any.whl
  - aiohttp not installed
This commit is contained in:
Martin Weinelt
2023-12-20 20:10:28 +01:00
parent 9e89f0fad5
commit c87fe643e7
@@ -1,4 +1,5 @@
{ lib
, aiohttp
, async-timeout
, bitstring
, buildPythonPackage
@@ -27,6 +28,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
aiohttp
async-timeout
bitstring
pyserial-asyncio