octoprint: add missing dependency to websocket-client

The `six` dependency was removed from the websocket-client package when
it was upgraded to 1.1.0 in 600d787b9b.
Since we pin a different version for octoprint, we should re-add it
here.
This commit is contained in:
Daniel Fullmer 2021-06-27 20:34:27 -07:00
parent e1f8852faa
commit b809a63817

View File

@ -44,6 +44,7 @@ let
inherit version;
sha256 = "63509b41d158ae5b7f67eb4ad20fecbb4eee99434e73e140354dc3ff8e09716f";
};
propagatedBuildInputs = [ self.six ];
}
);
}