3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #176604 from teutat3s/fix/cloud-init-pyserial

cloud-init: fix missing pyserial dependency
This commit is contained in:
Fabian Affolter 2022-06-08 09:46:08 +02:00 committed by GitHub
commit 4c97002a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ python3.pkgs.buildPythonApplication rec {
jsonschema
netifaces
oauthlib
pyserial
pyyaml
requests
];