mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
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
|
{ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user