bmap-tools: add six dependency

This commit is contained in:
Daniël de Kok 2021-02-16 09:04:59 +01:00
parent 9f58817948
commit 6994d10b61

View file

@ -11,6 +11,8 @@ python3Packages.buildPythonApplication rec {
sha256 = "01xzrv5nvd2nvj91lz4x9s91y9825j9pj96z0ap6yvy3w2dgvkkl";
};
propagatedBuildInputs = with python3Packages; [ six ];
# tests fail only on hydra.
doCheck = false;