forked from mirrors/nixpkgs
Merge pull request #128476 from danielfullmer/octoprint-websocket-six
octoprint: add missing dependency to websocket-client
This commit is contained in:
commit
c47dc84f80
|
@ -44,6 +44,7 @@ let
|
|||
inherit version;
|
||||
sha256 = "63509b41d158ae5b7f67eb4ad20fecbb4eee99434e73e140354dc3ff8e09716f";
|
||||
};
|
||||
propagatedBuildInputs = [ self.six ];
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue