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-11-30 22:44:47 +01:00
parent 9e89f0fad5
commit c87fe643e7
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,4 +1,5 @@
{ lib { lib
, aiohttp
, async-timeout , async-timeout
, bitstring , bitstring
, buildPythonPackage , buildPythonPackage
@ -27,6 +28,7 @@ buildPythonPackage rec {
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
aiohttp
async-timeout async-timeout
bitstring bitstring
pyserial-asyncio pyserial-asyncio