python311Packages.pysml: propagate aiohttp
Checking runtime dependencies for pysml-0.1.1-py3-none-any.whl - aiohttp not installed
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user