Merge pull request #128476 from danielfullmer/octoprint-websocket-six

octoprint: add missing dependency to websocket-client
This commit is contained in:
Sandro
2021-06-30 23:31:29 +02:00
committed by GitHub
@@ -44,6 +44,7 @@ let
inherit version;
sha256 = "63509b41d158ae5b7f67eb4ad20fecbb4eee99434e73e140354dc3ff8e09716f";
};
propagatedBuildInputs = [ self.six ];
}
);
}